peat-protocol 0.9.0-rc.8

Peat Coordination Protocol — hierarchical capability composition over CRDTs for heterogeneous mesh networks
1
2
3
4
5
6
7
8
9
//! Testing utilities and infrastructure for Peat Protocol
//!
//! This module provides test harnesses and utilities for E2E and integration testing.

#[cfg(feature = "automerge-backend")]
pub mod e2e_harness;

#[cfg(feature = "automerge-backend")]
pub use e2e_harness::*;