pinpoint 0.1.0

Crate that provides the `AsPin` trait, which allows for conversion from any mutable reference to a pinned reference. To enable the `AsPin` trait, use this crate with the `pinned` feature enabled
Documentation
# pinpoint


This crate provides the `AsPin` trait, which allows to convert any mutable reference into a Pinned mutable reference.
`AsPin` can be used in the same fashion as the AsMut and AsRef trait.