#helper #windows #build #dont #issue #num-format

num-format-windows

num-format 的辅助crate。请勿直接使用。

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 中排名

Download history • Rust 包仓库 97/week @ 2024-04-26 • Rust 包仓库 100/week @ 2024-05-03 • Rust 包仓库 117/week @ 2024-05-10 • Rust 包仓库 110/week @ 2024-05-17 • Rust 包仓库 132/week @ 2024-05-24 • Rust 包仓库 115/week @ 2024-05-31 • Rust 包仓库 93/week @ 2024-06-07 • Rust 包仓库 131/week @ 2024-06-14 • Rust 包仓库 142/week @ 2024-06-21 • Rust 包仓库 96/week @ 2024-06-28 • Rust 包仓库 43/week @ 2024-07-05 • Rust 包仓库 95/week @ 2024-07-12 • Rust 包仓库 106/week @ 2024-07-19 • Rust 包仓库 113/week @ 2024-07-26 • Rust 包仓库 115/week @ 2024-08-02 • Rust 包仓库 64/week @ 2024-08-09 • Rust 包仓库

每月下载量:415
12 个crate中使用 (通过 num-format)

MIT/Apache

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