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 f78a589481 Improve rustdoc in Rust OSS 2 months ago
..
cargo Add description an license to Cargo.toml files which will be used for publishing to crates.io 3 months ago
cpp_kernel Rust C++: remove per-message functions for repeated fields 2 months ago
protobuf_codegen Rust OSS: Emit cargo::rerun-if-changed on both inputs and outputs of the protoc run. 2 months ago
test Improve rustdoc in Rust OSS 2 months ago
upb Don't use matches! on MessageVal tests. 2 months ago
BUILD A couple fixes to the Rust Proto bzl to make proto libraries that use strip_import_prefix or import_prefix work with Rust Proto. 2 months ago
aspects.bzl A couple fixes to the Rust Proto bzl to make proto libraries that use strip_import_prefix or import_prefix work with Rust Proto. 2 months ago
cargo_test.sh
codegen_traits.rs Mark example code blocks that we don't expect to be able to actually run in isolation with `ignore`. 3 months ago
cord.rs
cpp.rs Rust C++: remove per-message functions for repeated fields 2 months ago
defs.bzl Allow `rust_proto_library` aspect to handle targets with empty `srcs` 3 months ago
dist.bzl
enum.rs
gtest_matchers.rs Make import! of protobuf_gtest_matchers work properly. 3 months ago
gtest_matchers_impl.rs Also implement `MessageMatcher<T>` for `T: Copy` 2 months ago
internal.rs Rust: ensure codegen traits cannot be used as trait objects 2 months ago
map.rs
optional.rs
prelude.rs Adjust the protobuf prelude. 2 months ago
primitive.rs
proto_macro.rs
protobuf.rs Improve rustdoc in Rust OSS 2 months ago
proxied.rs
repeated.rs
shared.rs Improve rustdoc in Rust OSS 2 months ago
string.rs
upb.rs Rust: fix extra copy in map setters 3 months ago
utf8.rs