/rustlearning

rust language from simple to deep, and then to strengthen learning in multiple module

Primary LanguageRustApache License 2.0Apache-2.0

Rust Library

Build Status

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:

$ cargo check 

$ cargo build 

Switch to each module and test through test, for example:

$ 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!