Closed swsnr closed 1 year ago
Bump MSRV to 1.63, and improve IO saftey.
Closes #141
I'd love to use rustix instead of nix because it cares for IO safety more than nix and returns proper BorrowedFD/OwnedFD. But unfortunately it doesn't have sendmsg yet, so we can't replace nix completely.
BorrowedFD
OwnedFD
sendmsg
Bump MSRV to 1.63, and improve IO saftey.
Closes #141
I'd love to use rustix instead of nix because it cares for IO safety more than nix and returns proper
BorrowedFD
/OwnedFD
. But unfortunately it doesn't havesendmsg
yet, so we can't replace nix completely.