radn-rs/src/mrds.rs
2023-06-16 09:35:29 +00:00

8 lines
141 B
Rust

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