1 unstable release
0.0.1 | Jul 31, 2021 |
---|
#17 in #foundation-db
14KB
204 lines
circus-simulation 🎪
A toolkit to develop distributed systems
Overview
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:
- a simulator
- a rpc framework built using the simulator.
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.
Rust version requirements
The MSRV is Rust 1.42.0.
Examples
Examples can be found in the examples folder.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~1–1.6MB
~24K SLoC