Skip to content

Releases: Ratysz/resources

1.1.0

02 Jul 18:20
Compare
Choose a tag to compare

Removed

  • deps.rs badge.

Added

  • fetch feature: when enabled, exposes Resources::fetch() that allows retrieving up to 16 resources with a one-liner.
  • CI badge.

1.0.0

17 Mar 11:24
Compare
Choose a tag to compare

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

13 Dec 18:40
Compare
Choose a tag to compare

Changed

  • Removed RwLock reinvention in favor of implementations provided by parking_lot.

Fixed

  • Example in README.md.

0.2.0

13 Dec 16:25
Compare
Choose a tag to compare

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.

0.1.0

13 Dec 16:13
Compare
Choose a tag to compare

Added

  • Initial release.