#what is the best way to read the Standard library docs
9 messages · Page 1 of 1 (latest)
i'd point you to this resource first https://github.com/pretzelhammer/rust-blog/blob/master/posts/tour-of-rusts-standard-library-traits.md
and then i'd read the top level modules of std
Thanks for posting
I have found that Jon is a good place to learn intermediate Rust, and he has a book if you like that content. https://www.youtube.com/@jonhoo/playlists
We're building libraries and tools in the Rust programming language!
The streams are intended for users who are already somewhat familiar with Rust, but who want to see something larger and more involved be built. You can see earlier related videos by looking at the playlists and uploads on this channel. I post about upcoming streams and ideas ...
Another good way, is to just start making stuff and if you have a question if something exists to do a thing, you can ask here and people can point out if std has an API for it
Going through the std just by itself is going to be quite hard to remember what it has in it and where
who is she? 