4 个版本
0.4.4 | 2022年12月3日 |
---|---|
0.4.3 | 2022年10月10日 |
0.4.2 | 2022年10月9日 |
0.3.0 | 2019年2月19日 |
111 在 #dont 中排名
每月下载量:415
在 12 个crate中使用 (通过 num-format)
5KB
num-format-windows
num-format 的辅助crate,仅存在于num-format在Windows上需要 bindgen 作为构建依赖项,如果不将其拆分为单独的crate,将阻止num-format在 no_std
环境中构建(构建依赖项目前无法根据编译目标进行设置)。
换句话说,不要直接使用此crate。它只是对 https://github.com/rust-lang/rust-bindgen/issues/1439 的一个解决方案。
lib.rs
:
num-format 的辅助crate,仅存在于num-format在Windows上需要 bindgen 作为构建依赖项,如果不将其拆分为单独的crate,将阻止num-format在 no_std
环境中构建(构建依赖项目前无法根据编译目标进行设置)。
换句话说,不要直接使用此crate。它只是对 https://github.com/rust-lang/rust-bindgen/issues/1439 的一个解决方案。
无运行时依赖
~0–1.9MB
~37K SLoC