All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Threaded
ThreadedChunkedReadIter
for asynchronous reading - Ability to select vectored reading
- Examples and benchmarks for comparing performance
- Significantly improve performance by reducing unneeded memory copying
- Read errors are now yielded with byte-level precision
usize
parameters that were required to be nonzero are nowNonZeroUsize
s
- Nothing
Initial release