Sign in
flutter
/
third_party
/
protobuf
/
45ccf25099a22dd416a52ca26b5a7c19b1ad8dc2
/
.
/
rust
/
test
/
shared
/
utf8
/
feature_verify.proto
blob: 5d2667256c588ca34652753823a301995238c996 [
file
] [
log
] [
blame
]
edition
=
"2023"
;
package
utf8
;
option
features
.
utf8_validation
=
VERIFY
;
message
Verify
{
string
my_field
=
1
;
}