python-instruction-dsl-proc 0.1.9

A procedural macro for defining Python instructions in a DSL.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "python-instruction-dsl-proc"

license = "GPL-3.0-or-later"

description = "A procedural macro for defining Python instructions in a DSL."

repository = "https://github.com/Svenskithesource/python-instruction-dsl-proc"

readme = "README.md"

version = "0.1.9"

edition = "2024"



[lib]

proc-macro = true



[dependencies]

heck = "0.5.0"

paste = "1.0.15"

quote = "1.0.42"

syn = { version = "2.0.111", features = ["full"] }