Jzow / rustlearning

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:Apache License 2.0


Languages

Language:Rust 99.9%Language:HTML 0.1%