schema 0.1.0

Access the schema for a Rust item
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "schema"
version = "0.1.0"
authors = ["Adam H. Leventhal <ahl@oxide.computer>"]
edition = "2021"
license = "Apache-2.0"
description = "Access the schema for a Rust item"
repository = "https://github.com/ahl/schema"
readme = "../README.md"
keywords = ["macro", "schema", "reflection"]
categories = ["development-tools::procedural-macro-helpers",
              "development-tools::testing"]

[dependencies]
syn = "2.0.2"
schema-derive = { version = "0.1.0", path = "../schema-derive" }
proc-macro2 = "1.0.24"
quote = "1.0.9"