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

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented May 10, 2018

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.

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
Copy link
Member Author

cuviper commented May 12, 2018

bors r+

bors bot added a commit that referenced this pull request May 12, 2018
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 <cuviper@gmail.com>
@bors
Copy link
Contributor

bors bot commented May 12, 2018

Build succeeded

@bors bors bot merged commit 4bd9964 into rust-num:master May 12, 2018
@cuviper cuviper deleted the no_std branch February 6, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant