//! Foundational types with no networking semantics of their own.
//!
//! `net-lattice-core` carries no OS dependency and no networking-specific
//! types — those belong to `net-lattice-ip` and `net-lattice-model`. See
//! ARCHITECTURE.md for the full rationale.
pub use ;
pub use Id;
pub type Result<T> = Result;