ref-cast 0.2.7

Safely cast &T to &U where the struct U contains a single field of type T.
Documentation
sudo: false
language: rust

rust:
  - 1.31.0
  - stable
  - beta
  - nightly

script:
  - cargo test