bufbuild / protovalidate-cc

Protocol Buffer Validation for C++.
https://buf.build/bufbuild/protovalidate
Apache License 2.0
17 stars 4 forks source link

Update readme example #25

Closed elliotmjackson closed 1 year ago

elliotmjackson commented 1 year ago

Updates readme to include namespace on validator construction...

+  buf::validate::Validator validator ...

I removed the DebugString() call on fail case because it doesnt exist, if someone has an idea on how to unpack the violations into an output string im all ears