0.5.0 2022年1月31日
0.4.0 2021年11月2日
0.3.0 2021年7月29日
0.2.0 2021年4月29日
0.1.0 2020年10月15日

#region 分类下排名 82

Download history 2206/week @ 2024-04-11 1952/week @ 2024-04-18 1515/week @ 2024-04-25 1477/week @ 2024-05-02 1694/week @ 2024-05-09 1859/week @ 2024-05-16 1264/week @ 2024-05-23 2149/week @ 2024-05-30 2361/week @ 2024-06-06 1433/week @ 2024-06-13 1452/week @ 2024-06-20 1271/week @ 2024-06-27 626/week @ 2024-07-04 500/week @ 2024-07-11 89/week @ 2024-07-18 18/week @ 2024-07-25

每月下载量 1,586
icu_provider_cldr 中使用

自定义许可

290KB
代码行数 5K,不包括注释

icu_locid_macros crates.io

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 代码行,包括额外行数