Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jakob Buchgraber dcc5db4c56 Implement Arena::fuse() 1 year ago
..
cpp_kernel Fix Rust Proto cpp-kernel map insertion behavior to better match Rust's std::HashMap and the upb-kernel behavior of "insert replaces the old value" 1 year ago
test Add a collision-avoidance behavior to the Rust Proto codegen. 1 year ago
upb Implement Arena::fuse() 1 year ago
BUILD Adds an initial version of the proto! macro to simplify construction of proto messages in Rust. Currently supports all field types except Repeated and Map 1 year ago
aspects.bzl Use the main/proper proto_common 1 year ago
cpp.rs Temporarily use AsRef<{ProtoStr, [u8]}> for string/bytes accessors 1 year ago
defs.bzl #protobuf #rust Build gencode files when building a rust_proto_library target 1 year ago
enum.rs Implement v0.6 enum definitions 1 year ago
internal.rs Adds an initial version of the proto! macro to simplify construction of proto messages in Rust. Currently supports all field types except Repeated and Map 1 year ago
macros.rs Name the lifetime in the signature of SettableValue.set_on() 1 year ago
map.rs Split Proxied into Proxied and MutProxied traits. 1 year ago
optional.rs Split Proxied into Proxied and MutProxied traits. 1 year ago
primitive.rs Split Proxied into Proxied and MutProxied traits. 1 year ago
proto_macro.rs Split Proxied into Proxied and MutProxied traits. 1 year ago
protobuf.rs Use the same set of exports as regular users in shared tests 1 year ago
proxied.rs Split Proxied into Proxied and MutProxied traits. 1 year ago
repeated.rs Split Proxied into Proxied and MutProxied traits. 1 year ago
shared.rs Split Proxied into Proxied and MutProxied traits. 1 year ago
string.rs Temporarily use AsRef<{ProtoStr, [u8]}> for string/bytes accessors 1 year ago
upb.rs Create the concept of 'owned data' in upb/rust as a generalization of the upb.rs SerializedData (which is a arena + data for arbitrary types, both thin and wide ref types), use that for the wire parse/serialize path. 1 year ago
utf8.rs Migrate all remaining instances of assert_eq! to googletest-rust sans strings 1 year ago
vtable.rs Split Proxied into Proxied and MutProxied traits. 1 year ago