Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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