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

Make this crate no_std #2

Closed
upsuper opened this issue Sep 1, 2019 · 0 comments
Closed

Make this crate no_std #2

upsuper opened this issue Sep 1, 2019 · 0 comments

Comments

@upsuper
Copy link
Owner

upsuper commented Sep 1, 2019

The crate is no_std-ready, but without no_std because we need to figure out what should we do with doctest.

Supposedly we can just wait until cfg(doctest) stabilized, then use #![cfg_attr(not(doctest), no_std)].

@upsuper upsuper changed the title Make it no_std Make this crate no_std Sep 1, 2019
@upsuper upsuper closed this as completed in 96c931c May 5, 2020
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

No branches or pull requests

1 participant