jaemk / cached

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

Borrowed keys and values for IOCached::set_cache #196

Open 9999years opened 7 months ago

9999years commented 7 months ago

Closes #195.

The interfaces are fine but the proc macros need some work.