phantom-fields 0.1.2

proc-macro for sub-fields inside of an integer value.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "phantom-fields"

description = "proc-macro for sub-fields inside of an integer value."

version = "0.1.2"

authors = ["Lokathor <zefria@gmail.com>"]

repository = "https://github.com/Lokathor/phantom-fields"

edition = "2018"

license = "0BSD"



[lib]

proc-macro = true



[dependencies]

syn = { version="0.15", features = ["full", "extra-traits"] }

quote = "0.6"

proc-macro2 = "0.4"