Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/contain-rs/lru-cache
/ types & classes
Types & classes
4 in github.com/contain-rs/lru-cache
⨍
Functions
32
◇
Types & classes
4
↓ 2 callers
Class
Iter
An iterator over a cache's key-value pairs in least- to most-recently-used order. Accessing a cache through the iterator does _not_ affect the cache'
src/lib.rs:415
↓ 1 callers
Class
IntoIter
src/lib.rs:386
↓ 1 callers
Class
IterMut
An iterator over a cache's key-value pairs in least- to most-recently-used order with mutable references to the values. Accessing a cache through the
src/lib.rs:449
Class
LruCache
src/lib.rs:56