Skip to main content

provenant/license_detection/rules/
mod.rs

1// SPDX-FileCopyrightText: Provenant contributors
2// SPDX-License-Identifier: Apache-2.0
3
4//! Rule loading and orchestration.
5
6pub mod legalese;
7pub mod loader;
8#[cfg(test)]
9mod loader_test;
10pub mod thresholds;
11
12pub use loader::*;