jam_derive 0.0.1

This macro provides the struct to state machine transformation for the jam crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
quote = "0.3"

[dependencies.syn]
features = ["full"]
version = "0.11.11"

[lib]
proc-macro = true
test = false

[package]
authors = ["bytesnake <bytesnake@mailbox.org>"]
description = "This macro provides the struct to state machine transformation for the jam crate"
license = "MIT"
name = "jam_derive"
version = "0.0.1"