I need precisely the `GenericDecimal` type in my (embedded) project but unfortunately I don't have a heap available and `fraction` links towards `std`. Are there any plans to support (a limited set) of this crate for `no-std` environments?
I need precisely the
GenericDecimaltype in my (embedded) project but unfortunately I don't have a heap available andfractionlinks towardsstd.Are there any plans to support (a limited set) of this crate for
no-stdenvironments?