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 08da921314 Remove the defensive copy on singular string setter 6 months ago
..
cpp_kernel Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 6 months ago
test Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 6 months ago
upb Add license headers 7 months ago
BUILD Remove the now unused vtable types. In particular, 9 months ago
aspects.bzl Add C++ protobuf runtime to Rust proto deps and add specific #includes in the Rust .cc codegen. 7 months ago
cpp.rs Remove the defensive copy on singular string setter 6 months ago
defs.bzl Internal change. 8 months ago
enum.rs Implement `is_known` method on the `Enum` trait 9 months ago
internal.rs Remove the now unused vtable types. In particular, 9 months ago
map.rs Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 6 months ago
optional.rs Remove the now unused vtable types. In particular, 9 months ago
primitive.rs Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 6 months ago
proto_macro.rs add .. operator to proto! for merge_from. This mimics Rust's struct update syntax. 7 months ago
protobuf.rs
proxied.rs Require all Proxied types to be Sized. 7 months ago
repeated.rs Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 6 months ago
shared.rs Add ProtoString/Bytes owned types 7 months ago
string.rs Remove the defensive copy on singular string setter 6 months ago
upb.rs Remove the defensive copy on singular string setter 6 months ago
utf8.rs