12 个版本
使用旧的 Rust 2015
0.2.2 | 2017 年 5 月 26 日 |
---|---|
0.2.1 | 2016 年 2 月 15 日 |
0.1.8 | 2015 年 4 月 23 日 |
0.1.6 | 2015 年 3 月 25 日 |
0.1.3 | 2015 年 2 月 12 日 |
在 国际化 (i18n) 中排名第 82
每月下载量 10,239
在 6 个 包中使用(直接使用 4 个)
79KB
1.5K SLoC
rust-locale
进行中
将实现基本本地化支持。
警告:此版本基本无用。0.3 版本正在进行大规模重写。
文档
在 或 github 上。
安装
它使用 Cargo,Rust 的包管理器。您可以通过将 locale
添加到您的 Cargo 依赖项来依赖于此库
[dependencies]
locale = "0.2"
或者,直接使用 Git 仓库
[dependencies.locale]
git = "https://github.com/rust-locale/rust-locale.git"