Skip to content

v0.8

Latest
Compare
Choose a tag to compare
@maciejhirsz maciejhirsz released this 09 Dec 17:05
· 2 commits to master since this release
0289dd4
  • Updated to Rust 2018.
  • Removed CopyCell::get_mut. Seems unnecessary given how the crate is being used. If this causes issues for you, please file an issue.
  • UnsafeList now uses Option<NonZeroUsize> internally instead of usize, to make it clearer that zero values are mapping to empty lists.