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