https://github.com/masq-project/rust-docs
https://github.com/masq-project/rust-docs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/masq-project/rust-docs
- Owner: MASQ-Project
- Created: 2023-01-27T05:28:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T05:55:30.000Z (almost 3 years ago)
- Last Synced: 2025-10-19T18:41:46.694Z (7 months ago)
- Homepage: https://masq-project.github.io/rust-docs/index.html
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```