Crates.io | circus_simulation |
lib.rs | circus_simulation |
version | 0.0.1 |
source | src |
created_at | 2021-07-31 10:29:39.640627 |
updated_at | 2021-07-31 10:29:39.640627 |
description | Simulation framework inspired by FoundationDB |
homepage | https://github.com/PierreZ/circus |
repository | https://github.com/PierreZ/circus |
max_upload_size | |
id | 429651 |
size | 24,763 |
A toolkit to develop distributed systems
A sets of crates that will provide toolboxes to create distributed systems in Rust. Highly experimental for now, but the end-goal is to provide some of the helpers that the FoundationDB's developers have:
It will be compatible with both async-std
and Tokio
, allowing you to use Circus during development, then switch to your favorite runtime in production.
The MSRV is Rust 1.42.0.
Examples can be found in the examples folder.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.