You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
22: Add no_std support r=cuviper a=cuviper
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`.
Fixes#6.
Closes#15.
Co-authored-by: Josh Stone <[email protected]>
Depends on rust-num/num-traits#16, cc rust-num/num#216.
The text was updated successfully, but these errors were encountered: