Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@sun I learned Rust in a week, before we had many books (O'Reilly was the only publisher who had a few). When you're starting out, you'll be fighting with the borrow checker because you'll think the code you wrote is valid. The other main gotcha is the lack of packages/bindings compared to C/C++, of which not everyone wants to reinvent existing functionality just to avoid using FFI.
I do like the Rust Lang Server. If it was around when I started it would've saved me a lot of time.