Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
HEAD
/
.
/
rust
/
test
/
treeshaking
/
base
/
treeshaking.proto
blob: ce15e8fc93d3f762f9fc3000c923982e7ce64093 [
file
]
syntax
=
"proto3"
;
package
rust_protobuf_base
.
treeshaking
;
option
optimize_for
=
LITE_RUNTIME
;
message
UsedMessage
{
int32
id
=
1
;
}
message
UnusedMessage
{
string
secret_data
=
1
;
}