summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-05Version 1.0.0HEAD1.0.0masterYorhel1-1/+1
A potentially breaking release because the minimum rustc version has been bumped to 1.36+. 1.0 to signal that this crate is pretty much stable, I'm not expecting major API changes.
2020-05-05Add support for read_vectored() and write_vectored()Yorhel1-0/+18
Introduced in Rust 1.36.
2019-05-21README fix, Cargo.toml updates, new version0.1.1Yorhel2-3/+4
2019-05-21Add From<..> impls for ListenerYorhel1-0/+13
Not sure how I had forgotten these.
2019-04-18Initial commit, based on chifs-common socket.rs0.1.0Yorhel5-0/+402