Tags give the ability to mark specific points in history as being important
-
v0.6.0
protected97ca36e6 · ·- More documentation - Made `PinWeak` more usable: - Added `into_inner` and related methods - Added more trait implementations - Implemented `From<Box<T>>` for `HybridRc` - Implemented `into_raw()` and `from_raw() - Implemented raw pointer reference count manipulation methods - Implemented `new_cyclic()` The minimum Rust version is now 1.55.0
-
v0.5.0
protected241d41fa · ·- Extended pinning support - `to_local_pin()`, `to_shared_pin()`, `downgrade_pin()` etc. on pinned `HybridRc`s - new `PinWeak` type to represent a pinned Weak reference - `HybridRc::as_ptr` now keeps pointer provenance - Small refactoring changes - Fixed small documentation errors