Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 581 | 278 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 74 | 6 | 5 | |
.gitignore | D | 03-May-2024 | 18 | 3 | 2 | |
.travis.yml | D | 03-May-2024 | 283 | 14 | 13 | |
Android.bp | D | 03-May-2024 | 2.1 KiB | 74 | 66 | |
Cargo.toml | D | 03-May-2024 | 1.1 KiB | 33 | 29 | |
Cargo.toml.orig | D | 03-May-2024 | 600 | 24 | 18 | |
LICENSE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
LICENSE-APACHE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | D | 03-May-2024 | 1 KiB | 26 | 22 | |
METADATA | D | 03-May-2024 | 398 | 20 | 19 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 513 | 15 | 8 | |
TEST_MAPPING | D | 03-May-2024 | 140 | 9 | 8 | |
deploy-docs.sh | D | 03-May-2024 | 424 | 21 | 13 |
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