links-notation-macro 0.1.0

Procedural macro for Links Notation compile-time parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "links-notation-macro"
version = "0.1.0"
edition = "2021"
description = "Procedural macro for Links Notation compile-time parsing"
license = "Unlicense"
repository = "https://github.com/link-foundation/links-notation"

[lib]
proc-macro = true

[dependencies]
syn = { version = "3.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"