🔥 🔥 🔥 This project has been moved to https://learning-rust.github.io 🔥 🔥 🔥
I am a Web Developer and just learning Rust. In here I tried to summarize what I learned and time to time I'll update this book. Hope this will be helpful for newcomers like me :)
This is based on the posts I wrote on Medium, https://medium.com/learning-rust
- [Why Rust?](01. why_rust.md)
- [Installation](02. installation.md)
- [Hello World](03. hello_world.md)
- [Cargo, Crates and Basic Project Structure](04. cargo,_crates_and_basic_project_structure.md)
- [Comments and Documenting the code](05. comments_and_documenting_the_code.md)
- [Variable bindings , Constants & Statics](06. variable_bindings_,constants&_statics.md)
- [Functions](07. functions.md)
- [Primitive Data Types](08. primitive_data_types.md)
- [Operators](09. operators.md)
- [Control Flows](10. control_flows.md)
- [Vectors](11. vectors.md)
- [Structs](12. structs.md)
- [Enums](13. enums.md)
- [Generics](14. generics.md)
- [Impls & Traits](15. Impls_and_traits.md)
- [Ownership](16. ownership.md)
- [Borrowing](17. borrowing.md)
- [Lifetimes](18. lifetimes.md)