pii 0.1.0

PII detection and anonymization with deterministic, capability-aware NLP pipelines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Summary

Describe the change and why it matters.

## Testing

- [ ] `cargo test`
- [ ] `cargo clippy --all-targets -- -D warnings`
- [ ] `cargo fmt --all -- --check`

## Checklist

- [ ] Updated docs (README or RFC) if behavior changed
- [ ] Added tests for new recognizers or logic
- [ ] Checked for breaking changes