Docs.rs
country-parser-0.1.1
country-parser 0.1.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Elinvynia
Dependencies
lazy_static ^1.4
normal
ron ^0.6
normal
serde ^1.0
normal
lazy_static ^1.4
build
ron ^0.6
build
serde ^1.0
build
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate country_parser
country_
parser
0.1.1
All Items
Sections
country-parser
Crate Items
Structs
Functions
Crate
country_
parser
Copy item path
Source
Expand description
§
country-parser
A simple country parser library. Currently contains all ISO 3166-1 countries.
Structs
§
Country
Represents a country and holds various information about it.
Functions
§
parse
Attempts to parse the input into a valid country, checking all possible fields.