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.
0.3.0 - 2025-02-09
- Improve byte slice encoding
- Update benches, rework length names for clarity
- Allow for general byte slice serialization
- Update benchmarks
- RustNYC presentation
- Correct alignment requirements
0.2.2 - 2025-01-15
- Merge pull request #22 from antiguru/inline_as_bytes
- Revert a change to into_iter
0.2.1 - 2025-01-15
- Merge pull request #19 from frankmcsherry/alignment_err_bench_tidy
- Update benchmarks
- Tidy up alignment and error messages
- Correct encode logic
- Back out support for Box<[T]> and Rc<[T]>
- Support additional source types
- Update Cargo.tomls
0.1.1 - 2024-11-30
- Added missing implementations and support methods