#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

#120 in #dont

Download history 75/week @ 2024-11-16 125/week @ 2024-11-23 114/week @ 2024-11-30 151/week @ 2024-12-07 159/week @ 2024-12-14 63/week @ 2024-12-21 102/week @ 2024-12-28 113/week @ 2025-01-04 299/week @ 2025-01-11 140/week @ 2025-01-18 112/week @ 2025-01-25 142/week @ 2025-02-01 141/week @ 2025-02-08 216/week @ 2025-02-15 380/week @ 2025-02-22 204/week @ 2025-03-01

969 downloads per month
Used in 14 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–2MB
~39K SLoC