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 849b975e5f Temporarily use AsRef<{ProtoStr, [u8]}> for string/bytes accessors 9 months 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" 10 months ago
test Rust: fix proto! msgtype matcher to look for :: separated idents instead of a ty to avoid syntax errors during parse 9 months ago
upb Change upb::Arena to be Send (but still not Sync) 9 months 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 9 months ago
aspects.bzl Internal change 10 months ago
cpp.rs Temporarily use AsRef<{ProtoStr, [u8]}> for string/bytes accessors 9 months ago
defs.bzl #protobuf #rust Build gencode files when building a rust_proto_library target 11 months 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 9 months ago
macros.rs
map.rs Split Proxied into Proxied and MutProxied traits. 9 months ago
optional.rs Split Proxied into Proxied and MutProxied traits. 9 months ago
primitive.rs Split Proxied into Proxied and MutProxied traits. 9 months ago
proto_macro.rs Split Proxied into Proxied and MutProxied traits. 9 months ago
protobuf.rs Use the same set of exports as regular users in shared tests 9 months ago
proxied.rs Split Proxied into Proxied and MutProxied traits. 9 months ago
repeated.rs Split Proxied into Proxied and MutProxied traits. 9 months ago
shared.rs Split Proxied into Proxied and MutProxied traits. 9 months ago
string.rs Temporarily use AsRef<{ProtoStr, [u8]}> for string/bytes accessors 9 months ago
upb.rs Temporarily use AsRef<{ProtoStr, [u8]}> for string/bytes accessors 9 months ago
utf8.rs
vtable.rs Split Proxied into Proxied and MutProxied traits. 9 months ago