osui-element 0.1.11

The element attribute for defining elements in OSUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "osui-element"
version = "0.1.11"
edition = "2021"
description = "The element attribute for defining elements in OSUI"
license = "Apache-2.0"

[lib]
proc-macro = true
path = "./lib.rs"

[dependencies]
proc-macro2 = "1.0.89"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }