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.
 
 
 
 
 
 
Adam Cozzette 6a177829fc Remove generated C++ thunks for enums as map values 5 months ago
..
cargo
cpp_kernel Replace some per-message C++ thunks with a common implementation 5 months ago
protobuf_codegen fix the crate name being used by the gencode library. 6 months ago
test hpb cleanup: abrogate protos::{ClearMessage,CloneMessage,CreateMessage,DeepCopy} with hpb::{...} 5 months ago
upb Switch AssociatedMiniTable to a fn from an associated const. 5 months ago
BUILD
aspects.bzl
codegen_traits.rs Change CppInterop traits to operate on *const or *mut c_void instead of protobuf::__runtime::RawMessage 5 months ago
cord.rs
cpp.rs Remove generated C++ thunks for enums as map values 5 months ago
defs.bzl
enum.rs
internal.rs
map.rs Rename `#[googletest::test]` to `#[gtest]` 5 months ago
optional.rs
prelude.rs Move `msg.merge_from(othermsg)` onto a trait fn 6 months ago
primitive.rs
proto_macro.rs Move `msg.merge_from(othermsg)` onto a trait fn 6 months ago
protobuf.rs
proxied.rs Rename `#[googletest::test]` to `#[gtest]` 5 months ago
repeated.rs Rename `#[googletest::test]` to `#[gtest]` 5 months ago
shared.rs Move `msg.merge_from(othermsg)` onto a trait fn 6 months ago
string.rs Rename `#[googletest::test]` to `#[gtest]` 5 months ago
upb.rs
utf8.rs