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

https://github.com/masq-project/rust-docs


https://github.com/masq-project/rust-docs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# MASQ Rust Docs

- You can build the book by installing the tool [`mdbook`](https://rust-lang.github.io/mdBook/guide/installation.html).
- You may run the following to render the book on the browser.

```bash
mdbook serve
```