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.
 
 
 
 
 
 
Derek Benson 91dfd8698a add .. operator to proto! for merge_from. This mimics Rust's struct update syntax. 5 months ago
..
utf8 Make serialization correctly be fallible in the Rust Protobuf API. 6 months ago
BUILD Add merge_from to Msg and MsgMut codegen. Cpp Kernel uses new thunk to typed MergeFrom() and Upb Kernel uses new upb_Message_MergeFrom() function 5 months ago
accessors_map_test.rs Use the name of the rust_proto_library as the crate name 6 months ago
accessors_proto3_test.rs Allow non-repeated StringPiece accessors to be generated. 6 months ago
accessors_repeated_test.rs Use the name of the rust_proto_library as the crate name 6 months ago
accessors_test.rs Add ProtoString/Bytes owned types 5 months ago
bad_names_test.rs Use the name of the rust_proto_library as the crate name 6 months ago
child_parent_test.rs Make serialization correctly be fallible in the Rust Protobuf API. 6 months ago
edition2023_test.rs Allow non-repeated StringPiece accessors to be generated. 6 months ago
enum_test.rs Use the name of the rust_proto_library as the crate name 6 months ago
fields_with_imported_types_test.rs Use the name of the rust_proto_library as the crate name 6 months ago
import_public_test.rs Use the name of the rust_proto_library as the crate name 6 months ago
merge_from_test.rs Add merge_from to Msg and MsgMut codegen. Cpp Kernel uses new thunk to typed MergeFrom() and Upb Kernel uses new upb_Message_MergeFrom() function 5 months ago
nested_types_test.rs Use the name of the rust_proto_library as the crate name 6 months ago
package_disambiguation_test.rs
package_test.rs Use the name of the rust_proto_library as the crate name 6 months ago
proto_macro_test.rs add .. operator to proto! for merge_from. This mimics Rust's struct update syntax. 5 months ago
serialization_test.rs Rust protobuf: make `serialize()` method return `Vec<u8>` 5 months ago
simple_nested_test.rs Use the name of the rust_proto_library as the crate name 6 months ago