Crate location_rs

Crate location_rs 

Source
Expand description

国家代码解析器库

这个库提供从标题文本中解析国家或地区代码的功能。 支持ISO 3166-1 alpha-2/alpha-3代码以及简体中文和繁体中文的国家名称。

Re-exports§

pub use error::ParseError;
pub use config::Configuration;
pub use config::CountryInfo;
pub use config::ParserSettings;

Modules§

config
error
parser

Structs§

Parser
解析器实例
ParserConfig
解析器配置

Functions§

parse_country_code
主要的解析函数