shiplog 0.8.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
#[path = "../src/engine/artifact_json.rs"]
mod artifact_json;

#[path = "render_json/bdd.rs"]
mod bdd;
#[path = "render_json/format_stability.rs"]
mod format_stability;
#[path = "render_json/output_quality.rs"]
mod output_quality;
#[path = "render_json/property_tests.rs"]
mod property_tests;
#[path = "render_json/proptests.rs"]
mod proptests;
#[path = "render_json/snapshot.rs"]
mod snapshot;