3个版本
使用旧的Rust 2015
0.1.2 | 2015年9月13日 |
---|---|
0.1.1 | 2015年9月6日 |
0.1.0 | 2015年7月24日 |
在国际化 (i18n)中排名288
每月下载37次
32KB
908 行
e164-phones-countries
一个小工具,可以将E.164国际电话号码映射到ISO 3166国家代码,以及将ISO 3166国家代码映射到国家电话号码。
将e164-phones-countries依赖项添加到项目的Cargo.toml文件中
[dependencies]
e164-phones-countries = "0.1.1"
将e164-phones-countries添加到项目的源代码中
extern crate e164-phones-countries;
use e164-phones-countries::find_iso_3166;
use e164-phones-countries::find_phone_cc;
方法签名
fn find_iso_3166(phone:&str) -> &'static str
fn find_phone_cc(code:&str) -> &'static str