physim-attribute 0.4.1

Macros for creating physim plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "physim-attribute"
version.workspace = true
edition = "2024"
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "Macros for creating physim plugins"

[lib]
name = "physim_attribute"
proc-macro = true

[dependencies]
syn = "2.0"
quote = "1.0"