elaru 0.2.1

Memory safe implementation of LRU cache.
Documentation
[dependencies.fnv]
optional = true
version = "1.0.7"

[features]
default = []
unbound = []

[package]
authors = ["Ngo Iok Ui <wusyong9104@gmail.com>"]
categories = ["data-structures"]
description = "Memory safe implementation of LRU cache."
edition = "2018"
homepage = "https://github.com/wusyong/elaru"
keywords = ["lru", "cache"]
license = "MIT OR Apache-2.0"
name = "elaru"
readme = "README.md"
repository = "https://github.com/wusyong/elaru"
version = "0.2.1"