Brian Myers

Results 23 comments of Brian Myers

@nbraud - Would definitely welcome a contribution! This library needs some love and I haven't gotten around to providing it. Why don't you try for ergonomics and not worry too...

Thanks dpc, I'll look into this. Could you paste the full configuration (and/or code) that you were using that was problematic so it's easier for me to see what the...

Cool. Will look into it in the coming days. Again, thanks for the issue.

So I spent a few minutes investigating this today. I don't think I can see the issue yet. Perhaps you could look over what I've written below and let me...

Thanks for all of that! My apologies for not having found the time these past couple days to dig back into this, but just wanted to let you know that...

Random collection of reading material on topic... - https://github.com/rust-lang/rust/issues/24556 - https://github.com/dtolnay/dtoa - https://github.com/lifthrasiir/rust-strconv/ - https://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf

Cool. Thanks for pointing that out. I'll add it to the list of things to look into.

I figured I would make the caller pass the locale explicitly, as I agree it's a rabbit hole otherwise. Example... `let n = "1,000".parse_formatted::(&Locale:en)?`;

Thanks! Accounting style (including the currency symbol) is something I'd like to eventually build functionality for, but it will probably take a lot of work. I think it's out-of-scope for...