docs.rs failed to build moonpool-0.2.1
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 all functionality │
├─────────────────────────────────────────────────┤
│ moonpool-transport │ moonpool-sim │
│ • Peer connections │ • SimWorld runtime │
│ • Wire format │ • Chaos testing │
│ • FlowTransport │ • Buggify macros │
│ • RPC primitives │ • Assertions │
├─────────────────────────────────────────────────┤
│ moonpool-core │
│ Provider traits: Time, Task, Network, Random │
│ Core types: UID, Endpoint, NetworkAddress │
└─────────────────────────────────────────────────┘
Documentation
License
Apache 2.0