num-format-windows

Crates.ionum-format-windows
lib.rsnum-format-windows
version0.4.4
sourcesrc
created_at2019-02-19 03:59:17.721598
updated_at2022-12-03 16:53:08.167269
descriptionA helper crate for num-format. Do not use directly.
homepagehttps://github.com/bcmyers/num-format/num-format-windows
repositoryhttps://github.com/bcmyers/num-format/num-format-windows
max_upload_size
id115680
size4,620
Brian Myers (bcmyers)

documentation

https://docs.rs/num-format-windows

README

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.

Commit count: 171

cargo fmt