provenant-cli 0.0.8

Provenant is a high-performance Rust scanner for licenses, packages, and source provenance.
Documentation
1
2
3
4
5
6
7
8
9
//! Rule loading and orchestration.

pub mod legalese;
pub mod loader;
#[cfg(test)]
mod loader_test;
pub mod thresholds;

pub use loader::*;