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 #5

Open
rye opened this issue Jul 4, 2019 · 0 comments
Open

no_std support #5

rye opened this issue Jul 4, 2019 · 0 comments
Assignees
Milestone

Comments

@rye
Copy link
Owner

rye commented Jul 4, 2019

While this crate does fit the use case I have for it, (that is, parsing and manipulating crates in non-embedded use cases) it'd be nice to add no_std support in case someone wants to use this crate.

The main barrier here is that IpAddr is not part of core; it is in std::net.

Ipv4Addr and Ipv6Addr, unfortunately, are apparently wrappers over the system in and in6 things…, which unfortunately means it'll be non-trivial to port away.

I might need to implement Ip.*Addr things myself eventually.

@rye rye self-assigned this Jul 4, 2019
@rye rye added this to the v1 milestone Jul 5, 2019
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