martianbook 0.1.0

Transform ordinary Rust codebases into explainable execution artifacts.
Documentation
1
2
3
4
5
6
pub mod schema;
pub mod session;
pub mod capture;
pub mod export;

pub use export::write_report;