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.
 
 
 
 
 
 
Jakob Buchgraber d76fdc56bb Implement IntoProxied for messages 10 months ago
..
utf8 Add test coverage for UTF-8 behavior 10 months ago
BUILD Add a collision-avoidance behavior to the Rust Proto codegen. 10 months ago
accessors_map_test.rs Add missing map thunks for nested enums. 11 months ago
accessors_proto3_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 11 months ago
accessors_repeated_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 11 months ago
accessors_test.rs Implement IntoProxied for messages 10 months ago
bad_names_test.rs Add a collision-avoidance behavior to the Rust Proto codegen. 10 months ago
child_parent_test.rs Stop codegenning module for .proto package 1 year 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). 11 months ago
enum_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 11 months ago
fields_with_imported_types_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 11 months ago
import_public_test.rs Stop codegenning module for .proto package 1 year ago
matchers.rs Internal 1 year ago
nested_types_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 11 months ago
package_disambiguation_test.rs Stop codegenning module for .proto package 1 year ago
package_test.rs Stop codegenning module for .proto package 1 year 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 10 months ago
reserved_crate_name_test.rs Also apply r# prefix to crates whose names are reserved keywords 1 year ago
serialization_test.rs Add a convenience SomeMsg::parse(bytes) -> Result<SomeMsg, ParseErr> 11 months ago
simple_nested_test.rs Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 11 months ago