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
415 downloads per month
Used in 12 crates
(via num-format)
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