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

no_std support #136

Closed
D1plo1d opened this issue Dec 12, 2021 · 2 comments
Closed

no_std support #136

D1plo1d opened this issue Dec 12, 2021 · 2 comments

Comments

@D1plo1d
Copy link

D1plo1d commented Dec 12, 2021

It looks like std::io::{Read, Seek} are the primary blockers preventing no-std support. I was wondering if it would be possible to remove or replace those so that nom_stl can be used in wasm web browser contexts.

@D1plo1d
Copy link
Author

D1plo1d commented Dec 12, 2021

Relevant discussion in rust-lang: rust-lang/rust#48331

@D1plo1d
Copy link
Author

D1plo1d commented Dec 16, 2021

I'm using std now. Closing for now unless anyone else needs no_std support.

@D1plo1d D1plo1d closed this as completed Dec 16, 2021
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