Kixunil / genio

A type safe, low level replacement for `std::io`.
60 stars 11 forks source link

`.map_read_err`, `.map_write_err`, `.map_flush_err`, `.merge_flush_err` methods #11

Open Kixunil opened 4 years ago

Kixunil commented 4 years ago

These methods are analogous to futures::Stream::map_err and will make it easier to work with errors, especially in dynamic contexts or when working with std::io.