shiplog 0.9.0

CLI evidence compiler for review-cycle packets with receipts, coverage, gaps, and safe share profiles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[path = "ids/adversarial.rs"]
mod adversarial;
#[path = "ids/boundary.rs"]
mod boundary;
#[path = "ids/determinism.rs"]
mod determinism;
#[path = "ids/format_stability.rs"]
mod format_stability;
#[path = "ids/property_tests.rs"]
mod property_tests;
#[path = "ids/snapshot.rs"]
mod snapshot;
#[path = "ids/stability.rs"]
mod stability;
#[path = "ids/stress.rs"]
mod stress;