//! The conformance surface, served and dialed.
//!
//! A test surface, never an authority module. It exists so the
//! implementation-independent suite in `polyc_state::conformance` can run
//! against a loopback listener through the same `run_all`/`run_case` entry
//! points the deterministic in-memory reference runs through — which is what
//! makes "the transport adapter honors the kernel's semantics" a checked
//! claim rather than an asserted one.
//!
//! Authority modules arrive one per later chunk, each mounted only once it
//! passes that same suite.
pub use ;
pub use ;
pub use ConformanceSvc;