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 e485d4f03d Adds an initial version of the proto! macro to simplify construction of proto messages in Rust. Currently supports all field types except Repeated and Map 8 months ago
..
BUILD Adds an initial version of the proto! macro to simplify construction of proto messages in Rust. Currently supports all field types except Repeated and Map 8 months ago
accessors_map_test.rs Add missing map thunks for nested enums. 8 months ago
accessors_proto3_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 8 months ago
accessors_repeated_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 8 months ago
accessors_test.rs Implement Default::default() for owned messages. 8 months ago
child_parent_test.rs Stop codegenning module for .proto package 10 months ago
edition2023_test.rs Remove the _mut() accessors from primitive fields (both explicit presence where they were FieldEntry and implicit presence where they were PrimitiveMut). 9 months ago
enum_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 8 months ago
fields_with_imported_types_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 8 months ago
import_public_test.rs Stop codegenning module for .proto package 10 months ago
matchers.rs Internal 11 months ago
nested_types_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 8 months ago
package_disambiguation_test.rs Stop codegenning module for .proto package 10 months ago
package_test.rs Stop codegenning module for .proto package 10 months ago
proto_macro_test.rs Adds an initial version of the proto! macro to simplify construction of proto messages in Rust. Currently supports all field types except Repeated and Map 8 months ago
reserved_crate_name_test.rs Also apply r# prefix to crates whose names are reserved keywords 10 months ago
reserved_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 8 months ago
serialization_test.rs Add a convenience SomeMsg::parse(bytes) -> Result<SomeMsg, ParseErr> 8 months ago
simple_nested_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 8 months ago