//! Transparency module for the Synheart Sensor Agent.
//!
//! Provides tools for tracking and exposing what data the agent collects,
//! supporting user trust and regulatory compliance.
//!
//! - [`TransparencyLog`] records per-window collection statistics
//! - [`TransparencyStats`] exposes aggregated statistics
//! - `create_shared_log` / `create_shared_log_with_persistence` create
//! thread-safe log instances
/// Transparency logging and statistics.
// Re-export commonly used types
pub use ;