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.
- fixed: Impl
std::error::Error
for the crates default error type.
- added: Github CI
- fixed: Clippy offences
- changed: Improve docs
- changed: Stablised return values to
u64
. Use ofusize
will need to be re-evaluated for futureno-std
support.
See PR for changes
- changed: Add enhancement task to README
- changed: Fix README with correct links to docs
- changed: BREAKING CHANGE:
read_limited()
returnsLimitReaderOutput
instead of ausize
- changed: Update README for running build script
- changed: Rename and improve info printed to STDOUT for
read_limited.rs
example.
- added: Add Changelog
- added: Add Error type for crate
- added: Add
LimitReaderResult
, use as the defaultResult
type. - changed: Remove
anyhow