#helper #windows #build #dont #issue #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

#111 in #dont

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

415 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
~37K SLoC