substrait-validator-derive 0.0.3

Procedural macros for substrait-validator
Documentation
1
2
3
4
5
6
7
8
9
Procedural macro crate for substrait-validator
==============================================

This crate defines some `#[derive]` macros for
[substrait-validator](https://crates.io/crates/substrait-validator),
specifically for the types generated by `prost-build`. This is needed because
`prost-build` on its own doesn't generate any introspection-like information
for the protobuf structures, such as message type names as strings, which we
want to be able to use in our parse tree.