Skip to main content

gaze_recognizers/
lib.rs

1//! # gaze-recognizers
2//!
3//! This crate name is reserved for the [EmpireTwo Gaze](https://github.com/EmpireTwo/gaze)
4//! project — a reversible PII pseudonymization runtime for agentic LLM workflows.
5//!
6//! See <https://github.com/EmpireTwo/gaze> for the actual implementation.
7
8#![deny(missing_docs)]