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

Support no_std #4

Open
robo9k opened this issue Mar 22, 2024 · 0 comments
Open

Support no_std #4

robo9k opened this issue Mar 22, 2024 · 0 comments

Comments

@robo9k
Copy link
Owner

robo9k commented Mar 22, 2024

At least the protocol crate could work without std which might be interesting for WASM support.

The nom crate dependency supports no_std.
A whole bunch of code needs Vec and thus alloc.
https://github.com/rust-lang/rust/releases/tag/1.77.0 stabilized core::net so SocketAddr in struct would work.

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