This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
protobuf
Watch
8
Star
0
Fork
You've already forked protobuf
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
17453
Commits
204
Branches
369
Tags
184 MiB
C++
32%
Java
18.2%
C#
16.2%
Objective-C
10%
JavaScript
6.3%
Other
17.1%
Tree:
e485d4f03d
protobuf
/
rust
/
test
/
shared
History
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
...
PiperOrigin-RevId: 624995511
12 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
12 months ago
accessors_map_test.rs
Add missing map thunks for nested enums.
1 year ago
accessors_proto3_test.rs
…
accessors_repeated_test.rs
…
accessors_test.rs
…
child_parent_test.rs
…
edition2023_test.rs
…
enum_test.rs
…
fields_with_imported_types_test.rs
…
import_public_test.rs
…
matchers.rs
…
nested_types_test.rs
…
package_disambiguation_test.rs
…
package_test.rs
…
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
12 months ago
reserved_crate_name_test.rs
…
reserved_test.rs
…
serialization_test.rs
Add a convenience SomeMsg::parse(bytes) -> Result<SomeMsg, ParseErr>
1 year ago
simple_nested_test.rs
…