Expand description
Runtime companion for protoc-gen-protovalidate-buffa.
Re-exports§
pub use cel_interpreter;pub use regex;
Modules§
Macros§
Structs§
Enums§
Traits§
Attribute Macros§
- auto_
validate #[auto_validate]— attribute macro applied to a serviceimplblock that insertsreq.validate()?at the top of every handler method. Guarantees protovalidate runs for every RPC without relying on per-handler discipline.