Skip to main content

gaze_types/
lib.rs

1//! # gaze-types
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//! v0.0.1 is a placeholder. The real implementation publishes at v0.7.
7//!
8//! See <https://github.com/EmpireTwo/gaze> for the actual code.
9
10#![deny(missing_docs)]