• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

src/H15-Mar-2021-581278

.cargo-checksum.jsonH A D15-Mar-2021661 11

Cargo.tomlH A D15-Mar-20211.1 KiB3329

LICENSE-APACHEH A D15-Mar-202110.6 KiB202169

LICENSE-MITH A D15-Mar-20211 KiB2622

README.mdH A D15-Mar-2021513 158

deploy-docs.shH A D15-Mar-2021424 2113

README.md

1**WARNING: THIS PROJECT IS IN MAINTENANCE MODE, DUE TO INSUFFICIENT MAINTAINER RESOURCES**
2
3It works fine, but will generally no longer be improved.
4
5We are currently only accepting changes which:
6
7* keep this compiling with the latest versions of Rust or its dependencies.
8* have minimal review requirements, such as documentation changes (so not totally new APIs).
9
10------
11
12A cache that holds a limited number of key-value pairs.
13
14Documentation is available at https://contain-rs.github.io/lru-cache/lru_cache.
15