//! Adaptive routing across opaque, hash-verified blob sources.
//!
//! Transport addresses, peer selection, settlement, and application writes
//! belong to route implementations and their owners. This crate supplies the
//! read-only outer router, a Store-shaped routed-read facade, and the explicit
//! boundary that owns one Hashtree mesh-forwarding decision.
pub use ;
pub use MeshForwardingRoute;
pub use RoutedStore;