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.
 
 
 
 
 
 
Derek Benson cee9da9469 add IntoProxied Repeated blanket impl for Iterators 4 months ago
..
cpp_kernel Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 5 months ago
test Automated Code Change 5 months ago
upb UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like how it's expected for the usual text format using reflection. 5 months ago
BUILD Add visibility for rust public aliases for '@protobuf//:protobuf_rust' 4 months ago
aspects.bzl Automated Code Change 5 months ago
cpp.rs Remove the defensive copy on singular string setter 5 months ago
defs.bzl Automated Code Change 5 months ago
enum.rs Implement `is_known` method on the `Enum` trait 7 months ago
internal.rs Remove the now unused vtable types. In particular, 7 months ago
map.rs Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 5 months ago
optional.rs Remove the now unused vtable types. In particular, 7 months ago
primitive.rs Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 5 months ago
proto_macro.rs add .. operator to proto! for merge_from. This mimics Rust's struct update syntax. 5 months ago
protobuf.rs Use the same set of exports as regular users in shared tests 8 months ago
proxied.rs Require all Proxied types to be Sized. 5 months ago
repeated.rs add IntoProxied Repeated blanket impl for Iterators 4 months ago
shared.rs Add ProtoString/Bytes owned types 5 months ago
string.rs Remove the defensive copy on singular string setter 5 months ago
upb.rs Remove the defensive copy on singular string setter 5 months ago
utf8.rs