We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9279d9d commit 5f67125Copy full SHA for 5f67125
src/lib.rs
@@ -3,6 +3,7 @@
3
#![feature(plugin)]
4
#![feature(test)]
5
//! # rcache
6
+//! NOTE: If you have a good use for the name `rcache` and want ownership, contat me via github.
7
//!
8
//! `rcache` is a basic, featureless memory cache with a TCP frontend analogous to memcached.
9
//! It is not production ready, and it's unlikely that it ever will be. Nevertheless,
0 commit comments