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.