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
CachedState::get
now returns Option<&T>
instead of Option<T>
CachedState::get_mut
functionFull Changelog: v0.1.0...v0.2.0