sunfishcode / mustang

Rust programs written entirely in Rust
Other
853 stars 24 forks source link

Handle rustix APIs which return optional addresses. #101

Closed sunfishcode closed 2 years ago

sunfishcode commented 2 years ago

With bytecodealliance/rustix#219, rustix now returns addresses from some socket functions wrapped in Option, to reflect the fact that some network layers are unable to return sender or peer addresses.