allow-core 0.1.11

Core types and matching primitives for cargo-allow source exception policies.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Ledger provenance attached to federation-aware findings and work items.

#[derive(Debug, Clone, PartialEq, Eq)]
pub struct LedgerProvenance {
    pub ledger_id: String,
    pub ledger_path: String,
    pub lane: String,
    pub mode: String,
    pub role: String,
}