https://github.com/prophetru/rust_architecture
Educational and just-for-fun project on Rust
https://github.com/prophetru/rust_architecture
architecture rust
Last synced: 4 days ago
JSON representation
Educational and just-for-fun project on Rust
- Host: GitHub
- URL: https://github.com/prophetru/rust_architecture
- Owner: ProphetRu
- License: apache-2.0
- Created: 2025-03-01T20:44:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-01T20:46:16.000Z (over 1 year ago)
- Last Synced: 2025-03-01T21:27:25.775Z (over 1 year ago)
- Topics: architecture, rust
- 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 Architecture
**Rust Architecture** - educational and just-for-fun project on Rust.
## Build local Windows/Linux
```shell
cargo build --release
```
## Running
```shell
cargo run
```