1 2 3 4 5 6 7 8
#![forbid(unsafe_code)] //! contracts routing suites. mod command_tree_snapshot; mod config_domain_types; mod envelope_compatibility; mod schema_snapshots; mod serde_roundtrip;