https://github.com/lpxxn/rust_learn
https://github.com/lpxxn/rust_learn
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lpxxn/rust_learn
- Owner: lpxxn
- Created: 2019-08-23T09:27:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T02:51:13.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T17:26:14.653Z (4 months ago)
- Language: Rust
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```