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

officially support #![no_std] #41

Closed
colin-kiegel opened this issue Feb 16, 2017 · 2 comments
Closed

officially support #![no_std] #41

colin-kiegel opened this issue Feb 16, 2017 · 2 comments

Comments

@colin-kiegel
Copy link
Owner

colin-kiegel commented Feb 16, 2017

TODO: Add example + docs for #![no_std] scenario.

  • We'll need ::core::result::Result instead of ::std::result::Result etc.
  • ::core::... works iff there's an extern crate core; declaration.
  • String would require to explicitly add extern crate collections; (unless we find a way to introduce structured errors structured errors instead of String #60)
@colin-kiegel colin-kiegel changed the title support #![no_std] officially support #![no_std] Feb 16, 2017
@colin-kiegel
Copy link
Owner Author

Try not to introduce a regression with #40

colin-kiegel added a commit that referenced this issue Mar 25, 2017
colin-kiegel added a commit that referenced this issue Mar 25, 2017
@colin-kiegel
Copy link
Owner Author

published with v0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant