ref-cast 0.2.5

Safely cast &T to &U where the struct U contains a single field of type T.
Documentation
[badges.travis-ci]
repository = "dtolnay/ref-cast"
[dependencies.ref-cast-impl]
version = "0.2"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Safely cast &T to &U where the struct U contains a single field of type T."
documentation = "https://docs.rs/ref-cast"
license = "MIT/Apache-2.0"
name = "ref-cast"
readme = "README.md"
repository = "https://github.com/dtolnay/ref-cast"
version = "0.2.5"