async-std
async-std copied to clipboard
Implement AsFd for UnixStream
As the title suggest std has a impl AsFd for UnixStream, this requires bumping msrv to 1.63 or using the io_lifetimes crate
This is related to https://github.com/async-rs/async-std/pull/1036