Skip to content

v1.1.0

Compare
Choose a tag to compare
@indiv0 indiv0 released this 10 Sep 23:04
· 15 commits to master since this release

v1.1.0 (2018-09-10)

Documentation

  • add note regarding LazyCell::borrow_mut (9d634d1f)
  • describe mutability more consistently (b8078029, closes #78)

Improvements

  • add NONE constant for an empty AtomicLazyCell (31aff0da, closes #87)
  • add LazyCell::borrow_mut_with and LazyCell::try_borrow_mut_with (fdc6d268, closes #79, #80)