kingfisher/crates/kingfisher-rules/README.md

360 B

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.