rust-owning-ref 0.4.0 Create references that carry their owner with them

This package provides a library for creating references that carry their owner with them. This can sometimes be useful because Rust borrowing rules normally prevent moving a type that has been borrowed from.