Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkamvar/getting-rusty
A repository for me to learn how to rust
https://github.com/zkamvar/getting-rusty
Last synced: 2 days ago
JSON representation
A repository for me to learn how to rust
- Host: GitHub
- URL: https://github.com/zkamvar/getting-rusty
- Owner: zkamvar
- Created: 2018-12-05T17:19:09.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T01:12:40.000Z (7 months ago)
- Last Synced: 2024-06-12T18:23:44.796Z (5 months ago)
- Language: Rust
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zhian's Learning Rust
This is a repository for me to go through the [rust book](https://doc.rust-lang.org/stable/book/)
I was previously only aware of the documentation via the web, but I occasionally
find myself wanting to practice without needing the internet. The solution is to
use the command:```
rustup doc
```Note: When I started this back in 2018, the rust book changed a bit to work
exclusively in a crate context in the later chapters, so many of these needed
to be adjusted