cmpute / dashu

A library set of arbitrary precision numbers implemented in Rust.
Apache License 2.0
76 stars 9 forks source link

Use `Display` instead of `Debug` to implement `Display` for rational numbers #21

Closed eduardosm closed 1 year ago

eduardosm commented 1 year ago

Should fix failure of rational serde test

cmpute commented 1 year ago

Thanks for your help, I already got this fixed locally, I just haven't pushed it up, will push in two days~

eduardosm commented 1 year ago

Great!