docs.rs failed to build moonpool-0.6.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
moonpool-0.5.0
moonpool
Deterministic simulation testing for distributed systems in Rust.
Inspired by FoundationDB's simulation testing.
Note: This is a hobby-grade project under active development.
Architecture
┌─────────────────────────────────────────────────────────────┐
│ moonpool (this crate) │
│ Re-exports moonpool-core, moonpool-sim, moonpool-transport │
├──────────────────────────┬──────────────────────────────────┤
│ moonpool-transport │ moonpool-sim │
│ • Peer connections │ • SimWorld runtime │
│ • Wire format │ • Chaos testing │
│ • NetTransport + RPC │ • Buggify macros │
│ • #[service] macro │ • 15 assertion macros │
│ (via transport-derive)│ • Multiverse exploration │
│ │ (via moonpool-explorer) │
├──────────────────────────┴──────────────────────────────────┤
│ moonpool-core │
│ Provider traits: Time, Task, Network, Random, Storage │
│ Core types: UID, Endpoint, NetworkAddress │
└─────────────────────────────────────────────────────────────┘
Documentation
License
Apache 2.0