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 9e2d1b9ad3 Fix issue with a dcheck failure when dropping an empty owned repeated in rust. 4 months ago
..
cpp_kernel Use generic DeleteNode to reduce code size of `erase` in `Map` and to simplify the parsing logic in `MpMap`. 5 months ago
release_crates Automatically insert the version number in the README.md tag. 4 months ago
test Fix issue with a dcheck failure when dropping an empty owned repeated in rust. 4 months ago
upb Upgrade to googletest 0.13 crate. 5 months ago
BUILD Rust: update protobuf_codegen crate to rely on separately installed protoc 5 months ago
aspects.bzl Fix regression with src-less proto_library with 0 srcs. 4 months ago
codegen_traits.rs Mark example code blocks that we don't expect to be able to actually run in isolation with `ignore`. 6 months ago
cord.rs
cpp.rs Upgrade to googletest 0.13 crate. 5 months ago
defs.bzl Bridge Protobuf Rust's View and Mut message types to their C++ equivalent types #crubit #cc_bindings_from_rs 5 months ago
dist.bzl Create /release_crates/ directory that contains one directory for each of our 3 crates that we package up. 5 months ago
enum.rs
gtest_matchers.rs Make import! of protobuf_gtest_matchers work properly. 6 months ago
gtest_matchers_impl.rs Also implement `MessageMatcher<T>` for `T: Copy` 6 months ago
internal.rs Add codegen/runtime version poison pill, enforced in cargo builds. 5 months ago
map.rs Upgrade to googletest 0.13 crate. 5 months ago
optional.rs
prelude.rs Adjust the protobuf prelude. 6 months ago
primitive.rs
proto_macro.rs Fix proto! macro on repeated fields that need r# prefix. 4 months ago
protobuf.rs Move __runtime into __internal::runtime 5 months ago
proxied.rs Upgrade to googletest 0.13 crate. 5 months ago
repeated.rs Upgrade to googletest 0.13 crate. 5 months ago
shared.rs Move __runtime into __internal::runtime 5 months ago
string.rs Upgrade to googletest 0.13 crate. 5 months ago
upb.rs
utf8.rs