Crates.io | substrait-validator-derive |
lib.rs | substrait-validator-derive |
version | 0.1.1 |
source | src |
created_at | 2022-03-30 10:40:40.470548 |
updated_at | 2024-11-08 21:00:52.261643 |
description | Procedural macros for substrait-validator |
homepage | https://substrait.io/ |
repository | https://github.com/substrait-io/substrait-validator |
max_upload_size | |
id | 559089 |
size | 15,449 |
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.