Skip to content

manindragautam/rust-novice-to-mastery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust: Novice to Mastery 📚

Cover

The primary purpose of this repository is to document my progress, learning experiences, and insights gained while delving into Rust. Through this book, I aim to create a comprehensive resource that covers various aspects of Rust programming, from novice level to mastery level.

What's Inside

  • Code Examples: Each chapter includes code examples that demonstrate different Rust concepts and features.
  • Additional Resources: Explore supplementary materials such as useful links, recommended readings, and tutorials to deepen your understanding of Rust.

How to Use

Feel free to navigate through the chapters sequentially or jump to specific topics based on your interest or learning goals. Run the code examples directly within the book to see Rust in action!

Contribution

I'm continually learning and improving this repository. Contributions, feedback, and suggestions are highly encouraged and appreciated!

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with clear, descriptive messages.
  4. Push your changes to your fork.
  5. Submit a pull request (PR) back to this repository.

Running the Project locally

cargo install mdbook
  • For live development and previewing changes, use the following command to start a local server:
mdbook serve

Releases

No releases published

Packages

No packages published