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 7ad56e7cbb Introduce an upb::AssociatedMiniTable trait in Rust. 5 months ago
..
BUILD Introduce an upb::AssociatedMiniTable trait in Rust. 5 months ago
README.md
arena.rs
array.rs
associated_mini_table.rs Introduce an upb::AssociatedMiniTable trait in Rust. 5 months ago
ctype.rs
extension_registry.rs
lib.rs Introduce an upb::AssociatedMiniTable trait in Rust. 5 months ago
map.rs Move the declaration of the upb map begin constant into rust 5 months ago
message.rs Add Message::Clear() and MessageMut::Clear() (behind the Clear trait) 5 months ago
message_value.rs
mini_table.rs
opaque_pointee.rs
owned_arena_box.rs
string_view.rs
text.rs
upb_api.c Move the declaration of the upb map begin constant into rust 5 months ago
wire.rs

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.