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 5c7a9fd997 Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. 7 months ago
..
BUILD Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. 7 months ago
README.md Create a upb rust directory. 8 months ago
arena.rs Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. 7 months ago
lib.rs Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. 7 months ago
opaque_pointee.rs Move the Rust `Arena` type which wraps a upb_Arena into the upb directory. 7 months ago
upb_api.c Create a upb rust directory. 8 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.