bytecodealliance / rustix

Safe Rust bindings to POSIX-ish APIs
Other
1.46k stars 152 forks source link

Move to using `IpAddr` and other types from core. #1047

Closed sunfishcode closed 5 months ago

sunfishcode commented 5 months ago

Rust now has IpAddr and other net types in core, so they can be used in no_std mode.