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

Use without std #9

Closed
Michael-F-Bryan opened this issue Nov 19, 2017 · 1 comment
Closed

Use without std #9

Michael-F-Bryan opened this issue Nov 19, 2017 · 1 comment
Assignees

Comments

@Michael-F-Bryan
Copy link

Nom can be used without the standard library (e.g. with #![no_std]), what are your thoughts on enabling this crate to be used in a no_std context as well?

Briefly looking through the source code, this crate doesn't seem to explicitly need anything from std. The memchr crate also seems to have a no_std feature, so you shouldn't need to reimplement memchr::memrchr().

@fflorent
Copy link
Owner

fflorent commented Dec 6, 2017

Hi! Sorry for having taken long to answer you.

Of course that's a great idea! I plan to work on this during the month, I am a bit busy currently :).

Florent

@progval progval self-assigned this Jun 17, 2018
@progval progval mentioned this issue Jun 17, 2018
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

3 participants