Expand description
Core data structures for license detection.
Re-exports§
pub use license::License;pub use license_match::LicenseMatch;pub use license_match::MatchCoordinates;pub use license_match::MatcherKind;pub use loaded_license::LoadedLicense;pub use loaded_rule::LoadedRule;pub use position_span::PositionSpan;pub use rule::Rule;pub use rule::RuleKind;pub use rule_id::RuleId;
Modules§
- license
- License metadata loaded from .LICENSE files.
- license_
match - License match result from a matching strategy.
- loaded_
license - Loader-stage license type.
- loaded_
rule - Loader-stage rule type.
- position_
span - Position span types for license detection.
- rule
- Rule metadata loaded from .LICENSE and .RULE files.
- rule_id
- Newtype wrapper for rule IDs used throughout license detection.