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

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

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
```