Sign in
◑
Theme
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
d44d7cd7ad8af044f582b908681424bb318ca765
/
.
/
rust
/
protobuf_codegen
/
example
/
proto
/
foo.proto
blob: 92bc3952f9a9693c0427529c0695e8b76ae16569 [
file
]
edition
=
"2023"
;
package
proto_example
;
import
"bar/bar.proto"
;
message
Foo
{
int32
int
=
1
;
repeated
int32
numbers
=
2
;
string
name
=
3
;
Bar
bar
=
4
;
}