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

Refactoring of errors #9

Closed loewenheim closed 5 years ago

loewenheim commented 5 years ago

So far, I’ve only removed the failure dependency.

bcmyers commented 5 years ago

@loewenheim, again, thanks for the PR! This seems to be failing for a similar reason to your other PR. In the areas of the code that are not explicitly marked [cfg(features = "std")], we can't use anything from the standard library; everything has to come from core instead. I'm going to do some thinking about how I'd like errors to work; so perhaps we should table this PR for now.

bcmyers commented 5 years ago

See comment above.