facet-macro-parse 0.35.0

Parser for facet derive macros - transforms TokenStreams into structured type representations
Documentation
1
2
3
Parser for facet derive macros.

Takes a `TokenStream` from a derive macro invocation and produces the parsed type representations defined in `facet-macro-types`. This crate bridges proc-macro input to the structured AST used for code generation.