substrait-validator-derive

Crates.iosubstrait-validator-derive
lib.rssubstrait-validator-derive
version0.1.4
created_at2022-03-30 10:40:40.470548+00
updated_at2025-06-11 18:42:46.086501+00
descriptionProcedural macros for substrait-validator
homepagehttps://substrait.io/
repositoryhttps://github.com/substrait-io/substrait-validator
max_upload_size
id559089
size16,777
Matthijs Brobbel (mbrobbel)

documentation

README

Procedural macro crate for substrait-validator

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.

Commit count: 612

cargo fmt