Hacker News new | ask | show | jobs
by pcwalton 3031 days ago
The two different string types are the result of the borrow checker. Rust's string handling would be unusable without the difference between &str and String.