Po-Chuan Hsieh fd4042a38f
devel/protovalidate: Add protovalidate 1.0.0
Protovalidate is the semantic validation library for Protobuf. It provides
standard annotations to validate common rules on messages and fields, as well as
the ability to use CEL to write custom rules. It's the next generation of
protoc-gen-validate.

With Protovalidate, you can annotate your Protobuf messages with both standard
and custom validation rules.
2025-11-30 07:20:20 +08:00

7 lines
360 B
Text

Protovalidate is the semantic validation library for Protobuf. It provides
standard annotations to validate common rules on messages and fields, as well as
the ability to use CEL to write custom rules. It's the next generation of
protoc-gen-validate.
With Protovalidate, you can annotate your Protobuf messages with both standard
and custom validation rules.