pavex_reflection 0.1.74

Utility types when working with compile-time reflection in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "pavex_reflection"
version.workspace = true
description = "Utility types when working with compile-time reflection in Rust"
keywords = ["pavex"]
edition.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }