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.
1.1.0 - 2020-07-02
- deps.rs badge.
fetch
feature: when enabled, exposesResources::fetch()
that allows retrieving up to 16 resources with a one-liner.- CI badge.
1.0.0 - 2020-03-17
- Overhauled entry API, now mirrors that of
std::collections::HashMap
.
OccupiedEntry
andVacantEntry
structs as per the entry API changes.
0.2.1 - 2019-12-13
- Removed
RwLock
reinvention in favor of implementations provided byparking_lot
.
- Example in README.md.
0.2.0 - 2019-12-13
- Full documentation.
- LICENSE.md, to link to with badges.
Resources::remove()
now returns an option rather than a result.- README.md now mirrors crate level docs.
0.1.0 - 2019-12-13
- Initial release.