jaemk / cached

Rust cache structures and easy function memoization
MIT License
1.57k stars 95 forks source link

Make all caches' `store` public #94

Closed naucke closed 3 years ago

naucke commented 3 years ago

(was pub(super)). This makes it possible to manually dump a cache, so its contents can be saved and restored later.

Related to (but does not directly fix) #20.

jaemk commented 3 years ago

thanks!

jaemk commented 3 years ago

released in 0.26.0