Crates.io | num-format-windows |
lib.rs | num-format-windows |
version | 0.4.4 |
source | src |
created_at | 2019-02-19 03:59:17.721598 |
updated_at | 2022-12-03 16:53:08.167269 |
description | A helper crate for num-format. Do not use directly. |
homepage | https://github.com/bcmyers/num-format/num-format-windows |
repository | https://github.com/bcmyers/num-format/num-format-windows |
max_upload_size | |
id | 115680 |
size | 4,620 |
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.