aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-28 13:45:57 -0700
committerJoel Galenson <jgalenson@google.com>2020-07-28 13:45:57 -0700
commit891d7cdbb820666e3cbb9a0c8ae42a8bde086ba7 (patch)
tree99a76e39cfb2b37a8a11406c34e4d3bd31ad7f10 /README.md
parent58c6cd5619aceba2122382fc5444599323a8b0ab (diff)
downloadlru-cache-891d7cdbb820666e3cbb9a0c8ae42a8bde086ba7.tar.gz
Import lru-cache-0.1.2
Change-Id: I59863d9df423e40d8d4eb46e3d463ec2b18212e9
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d835d6e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+**WARNING: THIS PROJECT IS IN MAINTENANCE MODE, DUE TO INSUFFICIENT MAINTAINER RESOURCES**
+
+It works fine, but will generally no longer be improved.
+
+We are currently only accepting changes which:
+
+* keep this compiling with the latest versions of Rust or its dependencies.
+* have minimal review requirements, such as documentation changes (so not totally new APIs).
+
+------
+
+A cache that holds a limited number of key-value pairs.
+
+Documentation is available at https://contain-rs.github.io/lru-cache/lru_cache.