Crate dir_cache

source ·
Expand description

§dir-cache - A directory based cache

Can be useful in cases when iteratively writing code that uses dynamic data that rarely changes. For example, probing some API.

The cache is convenient for some use-cases, but not performant and should not be used in situations were cache-performance is important.

Modules§

Structs§

  • A directory-based cache with a map-like interface.