1#![doc = env!("CARGO_PKG_DESCRIPTION")] 2#![warn(missing_docs)] 3#![warn(clippy::missing_docs_in_private_items)] 4 5pub mod data; 6pub mod region;