3 unstable releases
new 0.2.1 | Apr 19, 2025 |
---|---|
0.2.0 | Apr 19, 2025 |
0.1.0 | Apr 19, 2025 |
#963 in Procedural macros
94 downloads per month
Used in stitcher
16KB
227 lines
Procedural macro backend for stitcher
.
Defines the stitch!
macro, which turns a YAML‑like inline literal
into a Rust value by parsing it into a serde_json::Value
and then
handing it off to the core crate for reference resolution, defaults,
and final deserialization.
You normally consume this through the reexport in the stitcher
crate.
Dependencies
~0.6–1.5MB
~33K SLoC