Ecosyste.ms: Awesome

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

https://github.com/cnruby/learn-rust-by-crates

"Learn Rust By Crates" for Work In Progress
https://github.com/cnruby/learn-rust-by-crates

language rust tutorial

Last synced: 5 days ago
JSON representation

"Learn Rust By Crates" for Work In Progress

Lists

README

        

# Learn Rust By Crates

## EBook
- [以软件篋学习Rust语言](https://cnruby.github.io/learn-rust-by-crates/zh-volumn-one/)

## List Projects
### hello-world
- crate name: [hello_exercism](https://crates.io/crates/hello_exercism)
- description: how to create a simple own crate for rust
### hello-trait
- crate name: [trait_exerci](https://crates.io/crates/trait_exerci)
- description: how to understand the rust feature trait
### hello-mod-trait
- crate name: [mod_trait_exerci](https://crates.io/crates/mod_trait_exerci)
- description: how to understand the rust feature trait with mod