cryo 0.1.2

Extend the lifetime of a reference. Safely.
Documentation
[package]
name = "cryo"
version = "0.1.2"
authors = ["yvt <i@yvt.jp>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/yvt/cryo"
description = """
Extend the lifetime of a reference. Safely.
"""
keywords = ["lifetime", "ownership", "reference"]

[dependencies]
parking_lot = { version = "0.6.4", optional = true }
stable_deref_trait = "1.1.1"