Hacker News new | ask | show | jobs
by ninkendo 539 days ago
Nit: A &str doesn't mean it has to be static, a &'static str does (which are a subset of &str). A &str can easily point to a dynamic String's heap storage too.