forked from mirrors/kingfisher
10 lines
309 B
Markdown
10 lines
309 B
Markdown
|
|
# kingfisher-core
|
||
|
|
|
||
|
|
Foundational types and utilities for the Kingfisher secret scanning ecosystem.
|
||
|
|
|
||
|
|
This crate provides:
|
||
|
|
- blob and content abstractions
|
||
|
|
- source location and origin modeling
|
||
|
|
- shared error and entropy helpers
|
||
|
|
|
||
|
|
It is intended as the stable base for `kingfisher-rules` and `kingfisher-scanner`.
|