sunfishcode / io-lifetimes

A low-level I/O ownership and borrowing library
Other
98 stars 10 forks source link

Restore the `os_pipe` and other optional dependencies. #72

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

These were removed when support for pre-Rust 1.63 was dropped as the main I/O lifetimes impls aren't needed anymore, however they are still useful for providing impls for FilelikeViewType and SocketlikeViewType.