Expand description
Proc macros for pflow token model DSL.
Provides schema! which parses and validates the S-expression DSL at
compile time, emitting efficient Schema construction code with zero
runtime parsing overhead.
Macrosยง
- schema
- Parse a token model DSL string at compile time and emit a
Schema.