Our great sponsors
-
I'd say it's absolutely worth learning, even if just to broaden your perspective on programming, but I might be biased :p . If you're interested, check out the Rust book: https://doc.rust-lang.org/book/
-
Once you're finished with The Book, I recommend following it up with Learning Rust With Entirely Too Many Linked Lists. It really helped to solidify my understanding of ownership and borrowing.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Beyond that, there are plenty of good things listed in The Little Book of Rust Books, like like Rust Design Patterns, Rust API Guidelines, the Rust Fuzz Book, and The Rust Performance Book.
-
Beyond that, there are plenty of good things listed in The Little Book of Rust Books, like like Rust Design Patterns, Rust API Guidelines, the Rust Fuzz Book, and The Rust Performance Book.
Related posts
- I've been writing C# for nearly a decade, but I want to learn how to build programs with Rust. What do I need to change about how I structure my code?
- Is there a coding style and set of best-practices that avoid (not bypass) "fighting the borrow checker"?
- Looking for advices for and from experienced developer
- Any recommend resources to start learning?
- Coming from Python. Can anyone offer some generic tips and answer a few questions?