Sign in
flutter
/
third_party
/
protobuf
/
65896c1f4b99a8f49fb3ffccdd18426ac6e1d538
/
.
/
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
;
}