tailfeather-testkit 0.0.1

Portable offline vectors, replay checks, and reports for tailfeather
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Offline, deterministic compatibility checks for [`tailfeather`].
//!
//! ```
//! let report = tailfeather_testkit::replay::check_all();
//! assert!(report.passed());
//! ```

pub mod replay;
pub mod report;
pub mod vectors;

pub use report::{Check, Report, Status};