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 9d2dafe1e5 Add #[doc(hidden)] and a _private arg on SerializedData 7 months ago
..
cpp_kernel Protobuf Rust: simplify the MakeCleanup() helper function 7 months ago
test Use `#[googletest::test]` in Protobuf Rust 7 months ago
upb UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like how it's expected for the usual text format using reflection. 7 months ago
BUILD Add Message, MessageMut, MessageView traits. 7 months ago
aspects.bzl Automated Code Change 7 months ago
codegen_traits.rs Add 'specific' traits for common gencode message operations. 7 months ago
cpp.rs Add #[doc(hidden)] and a _private arg on SerializedData 7 months ago
defs.bzl Automated Code Change 7 months ago
enum.rs Implement `is_known` method on the `Enum` trait 10 months ago
internal.rs Remove the now unused vtable types. In particular, 10 months ago
map.rs Use `#[googletest::test]` in Protobuf Rust 7 months ago
optional.rs Remove the second 'unset' generic argument from Optional 7 months ago
primitive.rs Restructure the ViewProxy versus MutProxy trait setup. 7 months ago
proto_macro.rs allow __ for inferred submessage types and implement array literal parsing in proto!. 7 months ago
protobuf.rs
proxied.rs Use `#[googletest::test]` in Protobuf Rust 7 months ago
repeated.rs Use `#[googletest::test]` in Protobuf Rust 7 months ago
shared.rs Add 'specific' traits for common gencode message operations. 7 months ago
string.rs Use `#[googletest::test]` in Protobuf Rust 7 months ago
upb.rs Add #[doc(hidden)] and a _private arg on SerializedData 7 months ago
utf8.rs