//! Reserved name for the future top-level facade crate of the Peat Protocol
//! ecosystem.
//!
//! The Peat Protocol currently ships as a set of per-component crates:
//! `peat-schema`, `peat-protocol`, `peat-transport`, `peat-persistence`,
//! `peat-discovery`, `peat-ffi`, `peat-mesh`, `peat-btle`. This crate is
//! reserved to become a curated facade re-exporting a stable public API
//! across them.
//!
//! Until that facade is in place, depend on the per-component crates
//! directly. See <https://github.com/defenseunicorns/peat>.