Releases: Ratysz/resources
Releases · Ratysz/resources
1.1.0
Removed
Added
fetch
feature: when enabled, exposes Resources::fetch()
that allows retrieving up to 16 resources with a one-liner.
- CI badge.
1.0.0
Changed
- Overhauled entry API, now mirrors that of
std::collections::HashMap
.
Added
OccupiedEntry
and VacantEntry
structs as per the entry API changes.
0.2.1
Changed
- Removed
RwLock
reinvention in favor of implementations provided by parking_lot
.
Fixed
0.2.0
Added
- Full documentation.
- LICENSE.md, to link to with badges.
Changed
Resources::remove()
now returns an option rather than a result.
- README.md now mirrors crate level docs.