#retry #io #io-error #reader-writer #interrupted

retrio

Wrapper around readers and writers to retry on errors of kind Interrupted

3 unstable releases

0.2.0 Jan 26, 2019
0.1.1 Jun 22, 2018
0.1.0 Jan 30, 2018

#41 in #io-error

Download history 56/week @ 2024-02-24 3/week @ 2024-03-02

59 downloads per month

MIT license

6KB
111 lines

Documentation Crate MIT license

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.

No runtime deps