io-adapters 0.4.0

Adapters to convert between different writable APIs.
Documentation
1
2
3
4
5
pub use fmt_write::FmtToIo;
pub use hasher::IoToHasher;

mod fmt_write;
mod hasher;