Releases: gpluscb/cache-compute
Releases · gpluscb/cache-compute
v0.3.0
v0.2.0
- Remove unnecessary cloning
CachedState::get
now returnsOption<&T>
instead ofOption<T>
- New
CachedState::get_mut
function
- Other minor performance and code quality improvements
Full Changelog: v0.1.0...v0.2.0