kingfisher/crates/kingfisher-rules/README.md

11 lines
360 B
Markdown
Raw Normal View History

# kingfisher-rules
Rule definitions and compiled rule database support for Kingfisher.
This crate provides:
- rule syntax and rule model types
- YAML loading and parsing for rules
- embedded builtin rules
- `RulesDatabase` compilation for scanning engines
Use this crate with `kingfisher-core` and `kingfisher-scanner` to build reusable scanning workflows.