//! lib.rs
//!
//! Public facade that exposes core, protocol, and tools under stable paths.
//! Lets the binary, integration tests, and external callers share the same use paths.
//!
/// 1. mod ----------------------------------------------------------------------
/// 2. use ----------------------------------------------------------------------
pub use ;
pub use ;
pub use ;