Based on @termoshtt's #15, without the intrusive file splitting. I also
addressed the other review comments I had left there. The limitations
of no_std are the missing implementations of Error and methods based
on Float, although FloatCore is now used for a few things. Format
widths are also not supported, as I couldn't find a way to do this
without using a temporary String.
Based on @termoshtt's #15, without the intrusive file splitting. I also addressed the other review comments I had left there. The limitations of
no_std
are the missing implementations ofError
and methods based onFloat
, althoughFloatCore
is now used for a few things. Format widths are also not supported, as I couldn't find a way to do this without using a temporaryString
.Fixes #6. Closes #15.