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

build num-format-windows

A helper crate for num-format. Do not use directly.

4 releases

0.4.4 Dec 3, 2022
0.4.3 Oct 10, 2022
0.4.2 Oct 9, 2022
0.3.0 Feb 19, 2019

#607 in Build Utils

Download history 45/week @ 2023-12-06 58/week @ 2023-12-13 78/week @ 2023-12-20 34/week @ 2023-12-27 52/week @ 2024-01-03 77/week @ 2024-01-10 55/week @ 2024-01-17 42/week @ 2024-01-24 24/week @ 2024-01-31 83/week @ 2024-02-07 119/week @ 2024-02-14 123/week @ 2024-02-21 159/week @ 2024-02-28 119/week @ 2024-03-06 144/week @ 2024-03-13 106/week @ 2024-03-20

561 downloads per month
Used in 10 crates (via num-format)

MIT/Apache

5KB

num-format-windows

A helper crate for num-format that only exists because num-format on Windows requires bindgen as a build dependency, which, if not broken out into a separate crate, would prevent num-format from being built in a no_std environment (build dependendies cannot currently be made contingent on the compilation target).

Said differently, don't use this crate directly. It's just a work-around for https://github.com/rust-lang/rust-bindgen/issues/1439.


lib.rs:

A helper crate for num-format that only exists because num-format on Windows requires bindgen as a build dependency, which, if not broken out into a separate crate, would prevent num-format from being built in a no_std environment (build dependendies cannot currently be made contingent on the compilation target).

Said differently, don't use this crate directly. It's just a work-around for https://github.com/rust-lang/rust-bindgen/issues/1439.

No runtime deps

~0–1.8MB
~37K SLoC