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.
 
 
 
 
 
 
Derek Benson f2d8c2bdd8 Add a reserve method on ProxiedInRepeated 7 months ago
..
BUILD Implement `IntoProxied` for repeated field setters 7 months ago
README.md
arena.rs Implement Arena::fuse() 7 months ago
array.rs Add a reserve method on ProxiedInRepeated 7 months ago
ctype.rs Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. 7 months ago
extension_registry.rs Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. 7 months ago
lib.rs Add a reserve method on ProxiedInRepeated 7 months ago
map.rs Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. 7 months ago
message.rs Implement `IntoProxied` for repeated field setters 7 months ago
message_value.rs Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. 7 months ago
mini_table.rs Implement `IntoProxied` for repeated field setters 7 months ago
opaque_pointee.rs
owned_arena_box.rs Create the concept of 'owned data' in upb/rust as a generalization of the upb.rs SerializedData (which is a arena + data for arbitrary types, both thin and wide ref types), use that for the wire parse/serialize path. 7 months ago
string_view.rs Refactor upb/rust directory to introduce separate files for each concept instead of a single blob. 7 months ago
upb_api.c Implement `IntoProxied` for repeated field setters 7 months ago
wire.rs Create the concept of 'owned data' in upb/rust as a generalization of the upb.rs SerializedData (which is a arena + data for arbitrary types, both thin and wide ref types), use that for the wire parse/serialize path. 7 months ago

README.md

Rust upb bindings

This directory contains Rust bindings for upb, attempting to be the a direct mapping to expose upb to Rust. This should not be used directly by application code, instead is an implementation detail for Rust Protobuf, which is still under development but can be found here: here.