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 1dbed2138c 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
..
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 Remove unnecessary tags 10 months ago
upb_kernel
BUILD
aspects.bzl
cpp.rs Fix warnings about unnecessary 'use' due to Box, Send and Sync being defined in the language prelude. 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 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
optional.rs
primitive.rs
protobuf.rs
proxied.rs Fix warnings about unnecessary 'use' due to Box, Send and Sync being defined in the language prelude. 10 months ago
repeated.rs #protobuf #rust Mark {Map, Repeated}::new() as public 10 months ago
shared.rs Add RepeatedIter to public protobuf items 12 months ago
string.rs
upb.rs Make types for 'inner' (runtime-specific) owned Repeated and Maps 10 months ago
utf8.rs
vtable.rs