ringbahn / iou

Rust interface to io_uring
Apache License 2.0
328 stars 22 forks source link

add a debug implementation for SockAddrStorage #58

Closed glommer closed 3 years ago

glommer commented 3 years ago

This structure is likely to be embedded in other structure so it has a stable address. Having a debug implementation helps so that the users can simply #[derive(Debug)]

withoutboats commented 3 years ago

Thanks for the PR!