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

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

#102 in #dont

Download history 106/week @ 2024-07-27 115/week @ 2024-08-03 98/week @ 2024-08-10 110/week @ 2024-08-17 103/week @ 2024-08-24 148/week @ 2024-08-31 99/week @ 2024-09-07 90/week @ 2024-09-14 136/week @ 2024-09-21 138/week @ 2024-09-28 116/week @ 2024-10-05 113/week @ 2024-10-12 94/week @ 2024-10-19 102/week @ 2024-10-26 114/week @ 2024-11-02 43/week @ 2024-11-09

375 downloads per month
Used in 12 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.9MB
~38K SLoC