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: 11 months ago
JSON representation
"Learn Rust By Crates" for Work In Progress
- Host: GitHub
- URL: https://github.com/cnruby/learn-rust-by-crates
- Owner: cnruby
- Created: 2019-08-27T19:40:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:50:07.000Z (about 3 years ago)
- Last Synced: 2025-03-01T22:14:20.777Z (11 months ago)
- Topics: language, rust, tutorial
- Language: Rust
- Homepage:
- Size: 25.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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