Skip to content

Tags: servo/uluru

Tags

v3.1.0

Version 3.1.0

v3.0.0

Version 3.0.0

v2.2.0

Version 2.2.0

v2.1.1

Fix typo in docs

v2.1.0

Add LRUCache::iter method

v2.0.0

Update to arrayvec 0.7

v1.1.1

Revert deprecation of front/front_mut

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clean up API in preparation for future 2.0 release (#15)

* Rename num_entries to len, and evict_all to clear

Change the names of these methods to be more consistent with other Rust
libraries.  The old names are still available but marked as deprecated.
They will be removed in the next major release.

* Deprecate `front` and `front_mut`.

These methods are not useful for external code, and will be made private
in the next major release.

* Bump version to 1.1.0

v1.0.0

Version 1.0.0

* Add `touch` method to moves the matching item to the front (#12).
* `LRUCache` now implements `Debug` and `Clone`.

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from kvark/patch-1

Update arrayvec dependency to 0.5