3 unstable releases
0.2.0 | Jan 26, 2019 |
---|---|
0.1.1 | Jun 22, 2018 |
0.1.0 | Jan 30, 2018 |
#40 in #io-error
6KB
111 lines
Purpose
Wrapper around readers and writers to retry on errors of kind Interrupted
.
lib.rs
:
This crate defines a wrapper around readers (buffered or not) and writers
to retry on IO errors of kind Interrupted
.