ctflag_derive 0.1.2

The derive macro implementation for ctflag
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ctflag_derive"
version = "0.1.2"
authors = ["Adam Lesinski <adamlesinski@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
description = "The derive macro implementation for ctflag"
repository = "https://github.com/adamlesinski/ctflag"

[lib]
proc-macro = true

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