duplexify 1.2.2

Combine a reader + writer into a duplex of Read + Write.
Documentation
1
2
3
4
5
6
use std::error::Error;

#[test]
fn should_work() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
    Ok(())
}