enable #[no_std] use by providing std feature#562
Conversation
Adds a dependency on no_std_net for no_std addresses
|
This looks great - thanks! It would be good to have nostd tested in CI so this doesn't regress, but that can be done in another PR later on. |
|
I'm open to using a pre- |
|
@Felix-El I'm not completely sure, the original GH RFC suggests "There exists a kind of workaround" which doesn't inspire confidence! No issue with bumping the MSRV from time to time, it may be useful to add the |
|
We used to support older Rust versions - we changed at some point to only support the latest stable Rust. This said, I'm happy to accept a PR to make these changes place nicely with older Rust versions if that's possible. |
Also adds a dependency on no_std_net for no_std addresses.
#133