dnsl48 / fraction

[Rust] Lossless fractions and decimals; drop-in float replacement
Apache License 2.0
83 stars 25 forks source link

added alternate forms of '/' and set default Display to '⁄': FRACTION SLASH #101

Closed feefladder closed 8 months ago

feefladder commented 9 months ago

outlined in #100 Which character to use for the slash in output may be discussed, but I chose "FRACTION SLASH" since it's "fraction" crate.

feefladder commented 8 months ago

Still need to make clear its "reluctant" e.g. wont error if theres bogus after the string.

feefladder commented 8 months ago

@dnsl48 done! it's not the most most beautiful code atm, but it works. Clippy was complaining about manual stripping.