ref-cast-impl 0.2.3

Derive implementation for ref_cast::RefCast.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ref-cast-impl"
version = "0.2.3" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Derive implementation for ref_cast::RefCast."
repository = "https://github.com/dtolnay/ref-cast"
documentation = "https://docs.rs/ref-cast-impl"

[lib]
name = "ref_cast_impl"
proc-macro = true

[dependencies]
syn = "0.14"
quote = "0.6"