stubborn-io 0.1.4

io traits/structs that automatically recover from potential disconnections/interruptions.
Documentation
stubborn-io
===========

*Note: This is a nightly only crate until the
official async/await release in Rust 1.39.*

This crate provides io traits/structs that automatically recover from potential disconnections/interruptions.

To use with your project, add the following to your Cargo.toml:

```toml
stubborn-io = "0.1"
```

API Documentation, examples and motivations can be found here -
https://docs.rs/stubborn-io .