pin-weak 1.1.0

Small wrapper around an equivalent of Pin<Weak<T>>
Documentation
[features]
default = ["sync"]
sync = []

[package]
authors = ["Olivier Goffart <ogoffart@sixtyfps.io>"]
categories = ["memory-management"]
description = "Small wrapper around an equivalent of Pin<Weak<T>>"
documentation = "https://docs.rs/pin-weak"
edition = "2018"
keywords = ["pin", "weak", "rc", "arc"]
license = "MIT"
name = "pin-weak"
readme = "README.md"
repository = "https://github.com/sixtyfpsui/pin-weak"
version = "1.1.0"