All notable changes to this project will be documented in this file.
- Updated memmap2 dependency
- Switched to editon 2021 (no code changes)
- Updated depencies
- MSRV is now Rust 1.64 (minimum for indexmap)
- Moved to edition 2018 (no code changes)
- Switched unmaintained memmap for memmap2
- This is a maintenance release that has no API changes.
- Updated indexmap allows for simplifications
- Minimum rust version now 1.32.
- Fix Fai::names to return Vec<&str> instead of Vec<&String>
- Updated memmap dependency
- Initial release