cribra 0.2.0

Privacy-first Rust core for detecting, querying, and safely transforming secrets and sensitive data
Documentation
1
2
3
4
5
6
7
8
9
10
11
### S1.3.1 — Benchmark foundation

- [x] Add Criterion as a development dependency
- [x] Add a dedicated `scan` benchmark target
- [x] Measure 1 KiB, 64 KiB, and 1 MiB inputs
- [x] Measure 4, 64, and 512-rule sets
- [x] Measure zero, sparse, and dense findings
- [x] Measure literal, prefix, suffix, regex, and mixed workloads
- [ ] Record the first serial baseline
- [ ] Document benchmark environment and commands
- [ ] Define a performance-regression policy before optimization work