Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcore-os/learn-rust
https://github.com/rcore-os/learn-rust
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rcore-os/learn-rust
- Owner: rcore-os
- License: gpl-3.0
- Created: 2021-08-03T00:32:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T07:40:21.000Z (over 3 years ago)
- Last Synced: 2025-01-10T13:18:50.937Z (11 days ago)
- Size: 30.3 KB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learn-rust
## 文档本地使用方法
```
git clone https://github.com/chyyuu/learn-rust.git
cd learn-rust
cargo install mdbook
mdbook serve docs
```