| 0.5.0 |
|
|---|---|
| 0.4.0 |
|
| 0.3.0 |
|
| 0.2.0 |
|
| 0.1.0 |
|
在 #region 分类下排名 82
每月下载量 1,586
在 icu_provider_cldr 中使用
290KB
代码行数 5K,不包括注释
icu_locid_macros 
icu_locid_macros 是 ICU4X 组件之一。
此 API 为 icu_locid 提供便捷的宏。
示例
use icu_locid_macros::{language, region, langid};
let lid = langid!("EN_US");
assert_eq!(lid.language, language!("en"));
assert_eq!(lid.region, Some(region!("US")));
更多信息
有关开发、作者、贡献等信息,请访问 ICU4X 主页。
lib.rs:
icu_locid_macros 是 ICU4X 组件之一。
此 API 为 icu_locid 提供便捷的宏。
示例
use icu_locid_macros::{language, region, langid};
let lid = langid!("EN_US");
assert_eq!(lid.language, language!("en"));
assert_eq!(lid.region, Some(region!("US")));
依赖
约 3MB
约 58K 代码行,包括额外行数