token-parser-derive 0.1.0

Derive macros to make something parsable into tokens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["porky11 <Krapohl.f@gmx.de>"]
description = "Derive macros to make something parsable into tokens"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "token-parser-derive"
version = "0.1.0"