facet-macros-impl 0.32.2

Implementation of facet derive macros (parsing and code generation)
Documentation
1
2
3
Implementation of facet derive macros, combining parsing and code generation.

This crate provides the internal implementation for `#[derive(Facet)]` and related procedural macros. It's used by `facet-macros` (the proc-macro crate) and should not be used directly.