output-tracker 0.1.1

Track and assert state of dependencies in state-based tests without mocks
Documentation
1
2
3
4
5
6
7
8
9
// workaround for false positive 'unused extern crate' warnings until
// Rust issue [#95513](https://github.com/rust-lang/rust/issues/95513) is fixed
mod dummy_extern_uses {
    use asserting as _;
    use output_tracker as _;
    use proptest as _;
    use thiserror as _;
    use version_sync as _;
}