secunit-core 0.7.1

Registry, evidence, hashing, and verification primitives for secunit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Registry loading + cadence/scope resolution.
//!
//! The loader walks an org root, parses every YAML/JSON it expects, and
//! returns a `LoadedRegistry` plus a per-file diagnostic report. The
//! resolver answers "when is this control next due?" and "what systems
//! does its scope expand to on this date?" — both pure functions over the
//! loaded model so they're easy to property-test.

pub mod coverage;
pub mod loader;
pub mod period;
pub mod resolver;