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