All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
no_std
compatibility (h/t @tsao-chi)<[email protected]>
).Rc::ptr_eq
to compare Rc
s by address.{PtrWeakHashSet,PtrWeakKeyHashMap}::is_empty()
methods.rustc
WeakElement::expired
to WeakElement::is_expired
rustc
WeakKeyHashMap::{get_key, get_both, get_both_mut}
methodsWeakWeakHashMap::{get_key, get_both}
methodsWeakHashSet::get
methodRc
s can now be ?Sized
.struct RcKey<K>
Initial release.