num-format-windows 0.4.4

A helper crate for num-format. Do not use directly.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 14.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 686.54 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bcmyers

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.