bcmyers / num-format

A Rust crate for producing string representations of numbers, formatted according to international standards
Apache License 2.0
122 stars 22 forks source link

Solve dependency explosion #14

Closed bcmyers closed 5 years ago

bcmyers commented 5 years ago

Refactoring SystemLocale so that it works on Windows added a bunch of dependencies (notably bindgen on Windows because winapi doesn't yet expose some parts of the Windows API we need). Because there are so many dependencies, this functionality should sit behind a feature; so that people who don't need to query to the OS for a locale don't have to suffer so many dependencies.