python-macros 0.0.0

Python macro support for Rusty Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "python-macros"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository = "https://github.com/nyar-vm/rusty-python"
description = "Python macro support for Rusty Python"

[dependencies]
python-types = { workspace = true }
python-ir = { workspace = true }
syn = { workspace = true, features = ["full"] }
quote = { workspace = true }
proc-macro2 = { workspace = true }

[lib]
proc-macro = true