[go: up one dir, main page]

ghost 0.1.0

Define your own PhantomData
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ghost"
version = "0.1.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Define your own PhantomData"
repository = "https://github.com/dtolnay/ghost"
documentation = "https://docs.rs/ghost"
readme = "README.md"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
syn = "0.15"