doppel 0.0.2

Intercept secrets in byte payloads, replace them with structurally-equivalent fakes, and transparently restore originals in streaming responses.
Documentation
1
2
3
4
5
6
7
8
// Integration tests: full swap→restore cycles and public API behavior.
// Verifiable Conditions from SPEC.md are tested here.

#[path = "integration/round_trip.rs"]
mod round_trip;

#[path = "integration/detector.rs"]
mod detector;