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

https://github.com/prophetru/rust_doc

Educational and just-for-fun project on Rust
https://github.com/prophetru/rust_doc

docs rust test

Last synced: 12 days ago
JSON representation

Educational and just-for-fun project on Rust

Awesome Lists containing this project

README

          

# Rust Doc
**Rust Doc** - educational and just-for-fun project on Rust.

## Build local Windows/Linux
```shell
cargo build --release
```

## Running
```shell
cargo run
```

## Testing
```shell
cargo test
```

## Build Doc
```shell
cargo doc
```