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
- Host: GitHub
- URL: https://github.com/prophetru/rust_doc
- Owner: ProphetRu
- License: apache-2.0
- Created: 2025-03-11T18:54:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-11T18:58:37.000Z (about 1 year ago)
- Last Synced: 2025-03-11T19:41:06.305Z (about 1 year ago)
- Topics: docs, rust, test
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```