commit | 0b9b99adf2affe72b480a18860b32888331b450e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jan 04 19:54:44 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 04 19:54:44 2022 +0000 |
tree | 84c21daaa380551122bd48336b228a5280c5dc58 | |
parent | 69e87311010a410cb8cb676c82d1642784211a0f [diff] | |
parent | b6be48d6c985d4b61ae4693a3e4380a2468d0d07 [diff] |
Merge "rust: Support protobuf wrappers well known types"
diff --git a/rust/protobuf.go b/rust/protobuf.go index b91fea8..9fe27c4c 100644 --- a/rust/protobuf.go +++ b/rust/protobuf.go
@@ -188,6 +188,12 @@ lines, "pub mod empty {", " pub use protobuf::well_known_types::Empty;", + "}", + "pub mod wrappers {", + " pub use protobuf::well_known_types::{", + " DoubleValue, FloatValue, Int64Value, UInt64Value, Int32Value, UInt32Value,", + " BoolValue, StringValue, BytesValue", + " };", "}") }