Hacker News new | ask | show | jobs
Rust in a Week (youtube.com)
1 points by beneills 3646 days ago
1 comments

Just starting learning, and am recording going through the official docs. This is more of a documentation of my experience than a teaching resource.

Feedback on official docs so far: the ?Sized section[1] was difficult to understand as presented

[1] https://doc.rust-lang.org/book/unsized-types.html#sized

Yeah, it's not the best. Working on it!