1 2 3 4 5 6 7 8 9 10 11
[dependencies.arrayvec] version = "^0.7.0" [package] authors = ["jasper <huangjasper@126.com>"] description = "LRU cache map" edition = "2018" license = "MIT" name = "lru_map" repository = "https://github.com/YoshieraHuang/LRUMap" version = "0.1.0"