Something went wrong

Thank you for being patient! We're working hard on resolving the issue

RowKeySchema derive - Lona Docs Log in

tento-lona-connector-macros

Procedural macros for tento-lona-connector. Currently ships one derive: RowKeySchema.

#[derive(RowKeySchema)] parses the rowkey-pattern DSL declared in a #[rowkey { ... }] attribute, emits one RouteKey marker per row, and registers each (pattern, verb) pair as a RowKeySchemaEntry.

For DSL grammar, examples, and conditional compilation see the RowKeySchema derive DSL page on the connector docs.