uluru
A simple, fast, LRU cache implementation
3.1.0
28M downloads/mo
#1760 most downloaded on crates.io
servo/uluru
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 2.6 years
Most releases are documented
notes for 10 of 13 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
13 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Nov 2017 to Apr 2024
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 13-
3.1.008 Apr 2024Release notes
Open source →What's Changed
- Added a const constructor
LRUCache::new(). - Simplified internal code.
Full Changelog: v3.0.0...v3.1.0
- Added a const constructor
-
3.0.022 Aug 2021Release notes
Open source →insertnow returns the evicted entry for re-use (#22).- Minor documentation improvements.
-
2.2.019 Jul 2021 -
2.1.107 Jun 2021 -
2.1.007 Jun 2021 -
2.0.006 Apr 2021Release notes
Open source →- Requires Rust 1.51 or later.
- Update to arrayvec 0.7, replacing
Arraytrait with const generics. - Remove deprecated methods
evict_allandnum_entries. - Remove quickcheck dev-dependency.
- Minor improvements to documentation.
-
1.1.105 Feb 2021 -
1.1.005 Feb 2021 -
1.0.017 Jul 2020Release notes
Open source →- Add
touchmethod to move a matching item to the front (#12). LRUCachenow implementsDebugandClone.
- Add
-
0.4.006 Nov 2019 -
0.3.023 Sep 2018Nothing published for this version
-
0.2.007 Dec 2017Nothing published for this version
-
0.1.015 Nov 2017Nothing published for this version