beyond_derive 0.1.3

Derive macros for beyond.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "beyond_derive"
version = "0.1.3"
edition = "2024"
description = "Derive macros for beyond."
license = "MIT"
repository = "https://github.com/silvasch/beyond"
documentation = "https://docs.rs/beyond-derive"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.101"
quote = "1.0.40"
syn = "2.0.106"