vaultdb-orm-macros 1.0.0

Proc-macro support for vaultdb-orm — generates Note impls from struct definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "vaultdb-orm-macros"
description = "Proc-macro support for vaultdb-orm — generates Note impls from struct definitions"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "../../README.md"
keywords = ["vaultdb", "orm", "macros", "proc-macro"]
categories = ["database", "development-tools::procedural-macro-helpers"]

[lib]
proc-macro = true

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