| Crates.io | substrait-validator-derive |
| lib.rs | substrait-validator-derive |
| version | 0.1.4 |
| created_at | 2022-03-30 10:40:40.470548+00 |
| updated_at | 2025-06-11 18:42:46.086501+00 |
| description | Procedural macros for substrait-validator |
| homepage | https://substrait.io/ |
| repository | https://github.com/substrait-io/substrait-validator |
| max_upload_size | |
| id | 559089 |
| size | 16,777 |
This crate defines some #[derive] macros for
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.