bctx-weave 0.1.6

bctx-weave — FilterMesh lens pipeline, CLI interception, domain compression
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod correction;
pub mod domains;
pub mod lenses;
pub mod mesh;
pub mod output;
pub mod recipe;

pub use lenses::{Lens, LensContext, LensOutput};
pub use mesh::FilterMesh;
pub use output::savings::SavesReport;