1#![doc = include_str!("../README.md")]
23// laid out as `<group>/<type>.rs`, so a module may share its parent's name.
4#![allow(clippy::module_inception)]
56pub mod abst;
7pub mod ext;
89mod conc;
10pub use conc::*;
1112pub mod algo;
13pub mod util;