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.
 
 
 
 
 
 
Protobuf Team Bot 219e8ead2f Add license headers 10 months ago
..
BUILD Expose upb_Message_IsEqual to Rust upb. 10 months ago
README.md Create a upb rust directory. 1 year ago
arena.rs Add license headers 10 months ago
array.rs Add license headers 10 months ago
ctype.rs Add license headers 10 months ago
extension_registry.rs Add license headers 10 months ago
lib.rs Add license headers 10 months ago
map.rs Add license headers 10 months ago
message.rs Add license headers 10 months ago
message_value.rs Add license headers 10 months ago
mini_table.rs Add license headers 10 months ago
opaque_pointee.rs Add license headers 10 months ago
owned_arena_box.rs Add license headers 10 months ago
string_view.rs Add license headers 10 months ago
upb_api.c expose upb_Message_MergeFrom in rust upb bindings 10 months ago
wire.rs Add license headers 10 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.