//! Mantaray manifest trie. Mirrors `pkg/manifest` in bee-go and
//! `src/manifest` in bee-js.
//!
//! Construct an empty manifest with [`MantarayNode::new`]; insert
//! `(path, target, metadata)` entries with [`MantarayNode::add_fork`];
//! serialize with [`wire::marshal`] (after
//! [`wire::populate_self_addresses`]); parse a chunk back with
//! [`wire::unmarshal`].
pub use ;
pub use ;
pub use ;