sim-macros 0.1.1

Proc-macro surface for authored SIM libraries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sim-macros"
version = "0.1.1"
edition = "2024"
license = "MPL-2.0"
description = "Proc-macro surface for authored SIM libraries."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-foundation"
homepage = "https://github.com/sim-nest/sim-foundation"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = { version = "1", features = ["span-locations"] }
quote = "1"
syn = { version = "2", features = ["full"] }