• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-581278

.cargo_vcs_info.jsonD03-May-202474 65

.gitignoreD03-May-202418 32

.travis.ymlD03-May-2024283 1413

Android.bpD03-May-20242.1 KiB7466

Cargo.tomlD03-May-20241.1 KiB3329

Cargo.toml.origD03-May-2024600 2418

LICENSED03-May-202410.6 KiB202169

LICENSE-APACHED03-May-202410.6 KiB202169

LICENSE-MITD03-May-20241 KiB2622

METADATAD03-May-2024398 2019

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202440 21

README.mdD03-May-2024513 158

TEST_MAPPINGD03-May-2024140 98

deploy-docs.shD03-May-2024424 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