prost-validate-derive 0.2.3

the prost-validate derive
Documentation
1
2
3
4
5
6
7
# `prost-validate-derive`

This crate provides a derive macro for the [`prost-validate`](../prost-reflect-validate/README.md) crate to generate validation code for protobuf messages.

*This crate is intended to be used by [`prost-validate-build`](../prost-validate-build/README.md) in a `build.rs` script.*

*It is not intended to be used by end users directly.*