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