reverse_io 0.0.1

A wrapper type allowing the reversing of std::io::{Read, Write, Seek}
Documentation
1
2
3
4
5
6
7
8
9
[package]

name = "reverse_io"
version = "0.0.1"
authors = ["Cody P Schafer <dev@codyps.com>"]
license = "MIT"
repository = "https://github.com/jmesmon/reverse-io"
description = "A wrapper type allowing the reversing of std::io::{Read, Write, Seek}"
keywords = ["io", "reverse"]