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

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

Awesome Lists containing this project

README

        

# Rust Library

![Build Status](https://github.com/rust-lang/book/workflows/CI/badge.svg)

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!