pin-weak 1.1.0

Small wrapper around an equivalent of Pin<Weak<T>>
Documentation
# Changelog

## 1.1.0

 - Gated the `sync` module behind a feature
 - Added `strong_count`, `weak_count`, and `ptr_eq`

## 1.0.0

 - initial release