Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no_std support #22

Merged
merged 1 commit into from
May 12, 2018
Merged

Add no_std support #22

merged 1 commit into from
May 12, 2018

Commits on May 10, 2018

  1. Add no_std support

    Based on @termoshtt's rust-num#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`.
    
    Co-authored-by: Toshiki Teramura <toshiki.teramura@gmail.com>
    cuviper and termoshtt committed May 10, 2018
    Configuration menu
    Copy the full SHA
    4bd9964 View commit details
    Browse the repository at this point in the history