//! This crate contains common structs and functions used across the `age` crates.
//!
//! You are probably looking for the [`age`](https://crates.io/crates/age) crate
//! itself. You should only need to directly depend on this crate if you are
//! implementing a custom recipient type.
// Catch documentation errors caused by code changes.
// Re-export crates that are used in our public API.
pub use secrecy;