event-driven-macros 0.7.0

Macros for the Event Driven Finite State Machine library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "event-driven-macros"
version = "0.7.0"
edition = "2021"
description = "Macros for the Event Driven Finite State Machine library"
license = "Apache-2.0"
repository = "https://github.com/titanclass/edfsm.git"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
proc-macro-error = "1"
quote = "1"
syn = { version = "1", features = ["full", "extra-traits"] }