Skip to main content

Crate protovalidate_buffa

Crate protovalidate_buffa 

Source
Expand description

Runtime companion for protoc-gen-protovalidate-buffa.

Re-exports§

pub use cel_interpreter;
pub use regex;

Modules§

cel
rules

Macros§

field_path

Structs§

FieldPath
FieldPathElement
ValidationError
Violation

Enums§

FieldType
Subscript

Traits§

Validate

Attribute Macros§

auto_validate
#[auto_validate] — attribute macro applied to a service impl block that inserts req.validate()? at the top of every handler method. Guarantees protovalidate runs for every RPC without relying on per-handler discipline.