cerberust 0.1.1

Fast Rust guardrails for LLM input/output — composable scanners (PII, secrets, prompt-injection) and streaming middleware.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/target
examples/*/target
**/*.rs.bk
Cargo.lock
.DS_Store

# Benchmark artifacts: the Python venv (large) and per-machine result JSONs are
# generated. The labeled corpus is committed (deterministic, small) so the
# harness runs out of the box.
benchmarks/.venv/
benchmarks/results/

# Local-only experiment scratch and git worktrees — never part of the crate.
scratch-quant/
.wt/