Hacker News new | ask | show | jobs
by mdcox 3691 days ago
Not sure of the original intent, but when I started using Rust I used Rust By Example for finding snippets of things like file io where I get the gist but want to quickly see the pattern or involved parts of the stdlib.

The Rust docs are great, but having a starting point can be super welcoming so you aren't poking around blindly at different types that might be relevant.