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 03d24e3805 Auto insert the version number into the Cargo.toml files. 5 days ago
..
cargo Auto insert the version number into the Cargo.toml files. 5 days ago
cpp_kernel Rust C++: remove per-message functions for repeated fields 3 weeks ago
protobuf_codegen Auto insert the version number into the Cargo.toml files. 5 days ago
test Improve rustdoc in Rust OSS 2 weeks ago
upb Internal 6 days ago
BUILD Auto insert the version number into the Cargo.toml files. 5 days 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. 1 month ago
cargo_test.sh Cross compiled protoc and protoc-gen-upb_minitable as part of the build process for creating the codegen crate. 2 months ago
codegen_traits.rs Mark example code blocks that we don't expect to be able to actually run in isolation with `ignore`. 1 month ago
cord.rs Add an protobuf::__internal::SealedInternal trait 4 months ago
cpp.rs Rust C++: remove per-message functions for repeated fields 3 weeks ago
defs.bzl Allow `rust_proto_library` aspect to handle targets with empty `srcs` 1 month ago
dist.bzl Cross compiled protoc and protoc-gen-upb_minitable as part of the build process for creating the codegen crate. 2 months ago
enum.rs Implement `is_known` method on the `Enum` trait 7 months ago
gtest_matchers.rs Make import! of protobuf_gtest_matchers work properly. 1 month ago
gtest_matchers_impl.rs Also implement `MessageMatcher<T>` for `T: Copy` 3 weeks ago
internal.rs Rust: ensure codegen traits cannot be used as trait objects 3 weeks ago
map.rs Add support for instantiating Maps using proto!. Also adds an IntoProxied implementation for Maps that accepts an Iterator of (K, V), just like what we have for Repeated fields. 2 months ago
optional.rs Remove the second 'unset' generic argument from Optional 4 months ago
prelude.rs Adjust the protobuf prelude. 4 weeks ago
primitive.rs Add an protobuf::__internal::SealedInternal trait 4 months ago
proto_macro.rs Add support for instantiating Maps using proto!. Also adds an IntoProxied implementation for Maps that accepts an Iterator of (K, V), just like what we have for Repeated fields. 2 months ago
protobuf.rs Improve rustdoc in Rust OSS 2 weeks ago
proxied.rs Cleanup pass on where we use Private and doc(hidden) 3 months ago
repeated.rs Cleanup pass on where we use Private and doc(hidden) 3 months ago
shared.rs Improve rustdoc in Rust OSS 2 weeks ago
string.rs Rename `#[googletest::test]` to `#[gtest]` 4 months ago
upb.rs Rust: fix extra copy in map setters 1 month ago
utf8.rs Adds an initial Cargo.toml for the protobuf crate. 4 months ago