dnsl48 / fraction

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

no-std support #42

Open henrikssn opened 3 years ago

henrikssn commented 3 years ago

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?

dnsl48 commented 3 years ago

Hi @henrikssn, thanks for bringing this up! Definitely a want-to-have feature for us. However, at this point, it's still in the very early stage and most likely not gonna be released for a while yet. Currently, we're gathering user stories (and requirements) for the no-std use cases. If you could share yours, that would be very helpful!

Thanks!