Hacker News new | ask | show | jobs
by sedatk 1270 days ago
> don't take ownership if not needed

That's my approach too as a Rust newbie. Borrow by default and take ownership only when needed, for the best ergononmics.