stewart_utils/
lib.rs

1//! Small common utilities for stewart.
2
3mod functional;
4
5pub use self::functional::{map, map_once, when};