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 a0f79ebc57 Add linkage assertions to all extern upb functions. This makes it a compiler error if you try to run the tests and are missing an extern fn. Will be used to ensure that the Cargo build's amalgamated upb has everything that's needed. 4 months ago
..
BUILD
README.md
arena.rs
array.rs
associated_mini_table.rs
ctype.rs
extension_registry.rs
lib.rs
map.rs
message.rs
message_value.rs
mini_table.rs
opaque_pointee.rs Change `upb` crate source to not use std or alloc 5 months ago
owned_arena_box.rs
string_view.rs
text.rs
upb_api.c
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.