Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smilefish2/rust-labs
Use the way of developing command-line applications, practice and learn rust language at the same time.用开发命令行应用程序的方式,一边实践一边学习Rust语言。
https://github.com/smilefish2/rust-labs
cli cli-app learn-to-code learning learning-by-doing rust rust-lang
Last synced: 28 days ago
JSON representation
Use the way of developing command-line applications, practice and learn rust language at the same time.用开发命令行应用程序的方式,一边实践一边学习Rust语言。
- Host: GitHub
- URL: https://github.com/smilefish2/rust-labs
- Owner: Smilefish2
- License: mit
- Created: 2021-11-11T06:37:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T10:10:36.000Z (about 2 years ago)
- Last Synced: 2023-08-06T17:40:34.739Z (over 1 year ago)
- Topics: cli, cli-app, learn-to-code, learning, learning-by-doing, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-labs
Use the way of developing command-line applications to practice and learn the rust language at the same time.
用开发命令行应用程序的方式,一边实践一边学Rust语言。
# Run & Build
```
# Run
cargo run rust-by-example:hello# Build
cargo build --release
```# Cargo:rust-by-example
English:[https://doc.rust-lang.org/rust-by-example/](https://doc.rust-lang.org/rust-by-example/)
中文版:[https://rustwiki.org/zh-CN/rust-by-example/](https://rustwiki.org/zh-CN/rust-by-example/)
# Cargo:rust-course
中文版:[https://course.rs/](https://course.rs/)
# Cargo:rust-by-practice
中文版:[https://zh.practice.rs/](https://zh.practice.rs/)
# Cargo:rust-algos
中文版:[https://algos.rs/](https://algos.rs/)
# Cargo:rust-cookbook
中文版:[https://rustwiki.org/zh-CN/rust-cookbook/](https://rustwiki.org/zh-CN/rust-cookbook/)