shakrs-json-parser 0.1.0

Parser, validator, scaffolder, and canonical formatter for the shakrs.json workspace config. Zero I/O; no policy-registry knowledge.
Documentation
1
2
3
4
5
6
7
8
9
//! `shakrs.json` document types.

pub mod config;
pub mod parse;
pub mod waiver;

pub use config::{PoliciesSection, PolicyOverride, ShakrsConfig};
pub use parse::ConfigParseError;
pub use waiver::Waiver;