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

https://github.com/lpxxn/rust_learn


https://github.com/lpxxn/rust_learn

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# rust_learn

# install
Mac or linux
```
curl https://sh.rustup.rs -sSf | sh
```
add`export PATH="$HOME/.cargo/bin:$PATH"` to PATH

# local doc
```
rustup doc
```