Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 483 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 483 Bytes

asset_lru

Actions

docs

Sometimes you want to cache assets from disk or somewhere else expensive. Sometimes those assets are much smaller as compressed/encoded bytes. This crate provides a reasonably smart strategy for such cases, where the encoded bytes are cached in memory as well as the decoded object.

This is very new, but with good code coverage via unit tests.