distributed 4.0.2

CQRS/ES framework for Rust using Plain Old Rust Structs — append-only events, replay, snapshots, outbox, service bus, and pluggable infrastructure
Documentation
1
2
3
4
5
6
7
//! Shared fixtures for GraphQL harden / red-team suites.
//! Re-exports `tests/support/graphql.rs` so existing modules keep `super::common::*`.

#[path = "../support/graphql.rs"]
mod graphql_support;

pub use graphql_support::*;