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 7 months ago
..
cpp_kernel Fix Rust Proto cpp-kernel map insertion behavior to better match Rust's std::HashMap and the upb-kernel behavior of "insert replaces the old value" 8 months ago
test Add test coverage for UTF-8 behavior 7 months ago
upb Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. 7 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 7 months ago
aspects.bzl Internal change 8 months ago
cpp.rs Create a upb rust directory. 8 months ago
defs.bzl #protobuf #rust Build gencode files when building a rust_proto_library target 9 months ago
enum.rs Implement v0.6 enum definitions 11 months ago
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 7 months ago
macros.rs Name the lifetime in the signature of SettableValue.set_on() 1 year ago
map.rs Create a upb rust directory. 8 months ago
optional.rs Clean up some trivial lifetime usage 12 months ago
primitive.rs Expose primitive internals just enough for enums 11 months ago
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 7 months ago
protobuf.rs Use the same set of exports as regular users in shared tests 8 months ago
proxied.rs Clean up some now-unnecessary or_default()s 8 months ago
repeated.rs Create a upb rust directory. 8 months ago
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 7 months ago
string.rs Create a upb rust directory. 8 months ago
upb.rs Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. 7 months ago
utf8.rs Migrate all remaining instances of assert_eq! to googletest-rust sans strings 11 months ago
vtable.rs Create a upb rust directory. 8 months ago