substrait-validator-derive

Crates.iosubstrait-validator-derive
lib.rssubstrait-validator-derive
version0.1.1
sourcesrc
created_at2022-03-30 10:40:40.470548
updated_at2024-11-08 21:00:52.261643
descriptionProcedural macros for substrait-validator
homepagehttps://substrait.io/
repositoryhttps://github.com/substrait-io/substrait-validator
max_upload_size
id559089
size15,449
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: 512

cargo fmt