#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

#636 in Build Utils

Download history 29/week @ 2024-01-01 87/week @ 2024-01-08 56/week @ 2024-01-15 49/week @ 2024-01-22 25/week @ 2024-01-29 58/week @ 2024-02-05 124/week @ 2024-02-12 102/week @ 2024-02-19 173/week @ 2024-02-26 112/week @ 2024-03-04 147/week @ 2024-03-11 135/week @ 2024-03-18 89/week @ 2024-03-25 161/week @ 2024-04-01 104/week @ 2024-04-08 106/week @ 2024-04-15

472 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