Hacker News new | ask | show | jobs
by jonreem 3003 days ago
It's relatively rare that APIs should be taking ownership of `String`s from you; the majority of the time arguments should be borrowed. I'm curious what cases you ran into most frequently that required `String`.