runtime-diff 0.1.1

A simple tool to compare runtime execution of different executables by analyzing targeted print statements.
Documentation
1
2
3
4
5
6
pub fn main() {
    println!("This is a placeholder for the test-binary executable.");

    runtime_diff::breadcumb!("This is a Breadcumb message.");
    runtime_diff::runtime_check!("ASDF");
}