https://github.com/equk/rust_book
The Rust Programming Language - Code
https://github.com/equk/rust_book
Last synced: 9 months ago
JSON representation
The Rust Programming Language - Code
- Host: GitHub
- URL: https://github.com/equk/rust_book
- Owner: equk
- Created: 2019-03-29T19:16:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T19:52:44.000Z (over 6 years ago)
- Last Synced: 2025-08-14T18:56:12.415Z (11 months ago)
- Language: Rust
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust_book
ref: https://github.com/rust-lang/book
ref: https://doc.rust-lang.org/book/2018-edition/
[stable / current edition](https://doc.rust-lang.org/stable/book/)
## nostarch print version

## further reading
[Rust By Example](https://doc.rust-lang.org/stable/rust-by-example/)
[Idiomatic Rust](https://github.com/mre/idiomatic-rust)
[The Rustonomicon - The Dark Arts of Unsafe Rust](https://doc.rust-lang.org/nightly/nomicon/)