Skip to content

1.0.167

Choose a tag to compare

@dtolnay dtolnay released this 10 Aug 02:58
· 386 commits to master since this release
1.0.167
8921071
  • Improve SharedPtr documentation (#1569)
  • Add SharedPtr::from_raw and impl From<UniquePtr<T>> for SharedPtr<T> (#1005, #1568)
  • Add SharedPtr::pin_mut_unchecked, SharedPtr::as_ptr, SharedPtr::as_mut_ptr (#1570)