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 a6a0680e95 allow __ for inferred submessage types and implement array literal parsing in proto!. 8 months ago
..
utf8
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 9 months ago
accessors_map_test.rs Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 8 months ago
accessors_proto3_test.rs Allow non-repeated StringPiece accessors to be generated. 9 months ago
accessors_repeated_test.rs implement repeated_new and repeated_free for enums and messages. Drop the default impl since it is now required 8 months ago
accessors_test.rs Remove the second 'unset' generic argument from Optional 8 months ago
bad_names_test.rs
child_parent_test.rs
edition2023_test.rs Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 8 months ago
enum_test.rs
fields_with_imported_types_test.rs
import_public_test.rs
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 9 months ago
nested_types_test.rs
package_disambiguation_test.rs
package_test.rs
proto_macro_test.rs allow __ for inferred submessage types and implement array literal parsing in proto!. 8 months ago
serialization_test.rs Rust protobuf: make `serialize()` method return `Vec<u8>` 9 months ago
simple_nested_test.rs