radn-rs/src/mrds.rs
2023-07-30 11:09:23 +00:00

7 lines
141 B
Rust

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