//! Geographic identity types shared across rama.
//!
//! Continents, countries, languages, scripts and [`Locale`]s, modelled as
//! closed, code-keyed enums with an `Unknown` escape hatch. The public surface
//! is std-only (no third-party types), and each enum has a borrowing, [`Copy`]
//! `*Ref` counterpart for zero-copy use.
//!
//! These types are intended for reuse beyond IP geolocation — e.g. a typed
//! `Accept-Language` header or proxy location metadata.
pub use ;
pub use ;
pub use ;
pub use Locale;
pub use ;