// This is free and unencumbered software released into the public domain.
//! This crate provides well-known countries.
//!
//! ```rust
//! use known_countries::Country;
//! ```
extern crate alloc;
extern crate std;
//mod country;
//pub use country::*;
;