Kimundi / owning-ref-rs

A library for creating references that carry their owner with them.
MIT License
361 stars 50 forks source link

Weak version of `RcRef`? #76

Open wishawa opened 2 years ago

wishawa commented 2 years ago

It would be useful to have a weak version of RcRef. Is it possible to create using OwningHandle somehow? I would appreciate any pointer.