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.
 
 
 
 
 
 
Marcel Hlopko 1a7ea70730 Add test coverage for UTF-8 behavior 9 months ago
..
cpp_kernel
test Add test coverage for UTF-8 behavior 9 months ago
upb Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. 9 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 9 months ago
aspects.bzl
cpp.rs
defs.bzl
enum.rs
internal.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 9 months ago
macros.rs
map.rs
optional.rs
primitive.rs
proto_macro.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 9 months ago
protobuf.rs
proxied.rs
repeated.rs
shared.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 9 months ago
string.rs
upb.rs Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. 9 months ago
utf8.rs
vtable.rs