io-lifetimes icon indicating copy to clipboard operation
io-lifetimes copied to clipboard

A low-level I/O ownership and borrowing library

Results 2 io-lifetimes issues
Sort by recently updated
recently updated
newest added

As [mentioned in the RFC](https://github.com/sunfishcode/rfcs/blob/main/text/0000-io-safety.md#the-io-safety-concept), migration to I/O safety will be a *gradual* process. I'm laying out a roadmap here, with todo items, to help organize the process. If anyone...

help wanted
good first issue

The Rust library [wezterm](https://github.com/wez/wezterm/) has various types which could implement `AsFd`, `From`, and `Into`.