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.
 
 
 
 
 
 
Protobuf Team Bot f421dc42b5 Change the Rust > C++ interop fns to be consuming-self, add a 'leak' to the name and a ManuallyDrop(self) on the owned message case. 10 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" 11 months ago
test Change the Rust > C++ interop fns to be consuming-self, add a 'leak' to the name and a ManuallyDrop(self) on the owned message case. 10 months ago
upb_kernel
BUILD Internal change 10 months ago
aspects.bzl Internal change 10 months ago
cpp.rs Remove Arena definition in cpp.rs 10 months ago
defs.bzl #protobuf #rust Build gencode files when building a rust_proto_library target 11 months ago
enum.rs
internal.rs
macros.rs
map.rs add empty case to extend repeated and map tests, fix map methods that consumed self 10 months ago
optional.rs
primitive.rs
protobuf.rs
proxied.rs Clean up some now-unnecessary or_default()s 11 months ago
repeated.rs add empty case to extend repeated and map tests, fix map methods that consumed self 10 months ago
shared.rs
string.rs
upb.rs Make types for 'inner' (runtime-specific) owned Repeated and Maps 11 months ago
utf8.rs
vtable.rs