Skip to content

v0.2.0

Compare
Choose a tag to compare
@gpluscb gpluscb released this 23 Jul 20:04
  • Remove unnecessary cloning
    • CachedState::get now returns Option<&T> instead of Option<T>
    • New CachedState::get_mut function
  • Other minor performance and code quality improvements

Full Changelog: v0.1.0...v0.2.0