A distributed system simulation library with a scatter-gather approach.
sudo sudo apt update
sudo apt install openssl
cargo build --release --all --examples
cargo test --release --all -- --nocapture
cargo run --release --example
cargo run --release --example pool-to-grpc
cargo build --release --bins
cargo run --release --example ws-to-grpc_server
cargo run --release --example ws-to-grpc_client
.
├── CHANGELOG.md : List of changes throughout versions
├── LICENSE.md : License
├── README.md : This file
├── core : Contains the common elements for the library
├── examples : Example use cases
├── middleware : Defines specific interceptors, helpers and utilities.
├── src : Generic API
└── Cargo.toml : Project Manifest