1 2 3 4 5 6 7 8 9
//! Read-flow behavior: inspection, diff, tree, log, and blame across backends. mod helpers; #[path = "read/inspection.rs"] mod inspection; #[path = "read/embedded.rs"] mod embedded;