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
[package]
name = "pinpoint"
version = "0.1.0"
authors = ["DutchGhost <kasper199914@gmail.com>"]
description = "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"
license = "MIT"
repository = "https://github.com/DutchGhost/pinpoint"
edition = "2018"

[dependencies]

[features]
pinned = []