https://github.com/jzow/rustlearning
rust language from simple to deep, and then to strengthen learning in multiple module
https://github.com/jzow/rustlearning
cargo leetcode-rust microsoft rust rust-book
Last synced: 10 days ago
JSON representation
rust language from simple to deep, and then to strengthen learning in multiple module
- Host: GitHub
- URL: https://github.com/jzow/rustlearning
- Owner: Jzow
- License: apache-2.0
- Created: 2022-05-02T17:10:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T12:48:48.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T12:11:45.557Z (10 days ago)
- Topics: cargo, leetcode-rust, microsoft, rust, rust-book
- Language: Rust
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Library

This project is used to learn rust language from simple to deep, and then to strengthen learning in multiple module. It is used to help novice and experienced developers. It mainly includes the following modules.
## Modules:
* basics: All basic concepts of Rust
* complex: Rust complex concepts
* example: Project example
* leetcode: algorithm
* microsoft: Rust tutorial launched by Microsoft## Building:
```bash
$ cargo check$ cargo build
```
Switch to each module and test through test, for example:
```bash
$ cd complex$ cargo test
```## Contribution
We have been working hard and are looking for various contributions.
So far, we have been making a larger version modification, including supplementing the code in the rust concept module. There is little code in the
leetcode algorithm module, and we strive to keep it updated.Look forward to your help!