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 b4bd664b07 Rust: fix proto! msgtype matcher to look for :: separated idents instead of a ty to avoid syntax errors during parse 8 months ago
..
utf8 Add test coverage for UTF-8 behavior 8 months ago
BUILD Add test coverage for UTF-8 behavior 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_:: 9 months ago
accessors_repeated_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 9 months ago
accessors_test.rs Implement Default::default() for owned messages. 8 months ago
child_parent_test.rs Stop codegenning module for .proto package 11 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_:: 9 months ago
fields_with_imported_types_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 9 months ago
import_public_test.rs Stop codegenning module for .proto package 11 months ago
matchers.rs Internal 11 months ago
nested_types_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 9 months ago
package_disambiguation_test.rs Stop codegenning module for .proto package 11 months ago
package_test.rs Stop codegenning module for .proto package 11 months ago
proto_macro_test.rs Rust: fix proto! msgtype matcher to look for :: separated idents instead of a ty to avoid syntax errors during parse 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_:: 9 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_:: 9 months ago