This is a Hebrew community translation of the official Rust book.
Steps to build and view the book:
- Install mdBook:
cargo install mdbook
- Start live preview servers:
mdbook serve
- open http://localhost:3000/ in your browser
Changes to the book are immediately applied and reloaded in the browser.
If you just want to build the book, this is enough:
mdbook build
Suggestions and corrections or even translations are of course welcome. If you want to help, it is best to use Pull Requests or Issues.