//! Privacy-utility tradeoff analysis.
//!
//! [`types::PrivacyUtilityAnalyzer`] explores a space of differential-privacy
//! configurations, evaluates a caller supplied utility oracle on each of them,
//! and reports the Pareto frontier together with sensitivity, robustness,
//! budget, risk and statistical-test results.
// Re-export all types
pub use *;
pub use *;