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.
 
 
 
 
 
 
Adrian Sadłocha 733b9c54e9 Implement `is_known` method on the `Enum` trait 7 months ago
..
utf8 Remove the now unused vtable types. In particular, 7 months ago
BUILD Remove the now unused vtable types. In particular, 7 months ago
accessors_map_test.rs Implement flat setters for map and repeated fields. 7 months ago
accessors_proto3_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 9 months ago
accessors_repeated_test.rs Implement flat setters for map and repeated fields. 7 months ago
accessors_test.rs Implement IntoProxied for messages 7 months ago
bad_names_test.rs Add a collision-avoidance behavior to the Rust Proto codegen. 7 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 Implement `is_known` method on the `Enum` trait 7 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
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
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