//! # Memory-resident data strucures //! Provided as examples of implementing [`flow`] traits. #[cfg(doc)] use crate::flow; pub mod trees;