ripr 0.5.0

Find Rust test-oracle gaps before mutation testing with static RIPR evidence
Documentation
1
2
3
4
5
6
7
8
9
mod build;
mod model;

pub use build::build_index;
pub(crate) use build::build_index_from_loaded_files_with_cache;
pub use model::{
    CallFact, FileFacts, FunctionFact, FunctionSummary, LiteralFact, OracleFact, ProbeShapeFact,
    ReturnFact, RustIndex, TestFact, TestSummary,
};