Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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语言。

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/)