a2lmacros 1.2.0

provides macros in support of the a2lfile crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Daniel Thaler <daniel@dthaler.de>"]
description = "provides macros in support of the a2lfile crate"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "a2lmacros"
repository = "https://github.com/DanielT/a2lfile"
version = "1.2.0"