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
|
4 months ago | |
---|---|---|
.. | ||
BUILD | 4 months ago | |
README.md | 8 months ago | |
arena.rs | 4 months ago | |
array.rs | 4 months ago | |
associated_mini_table.rs | 4 months ago | |
ctype.rs | 5 months ago | |
extension_registry.rs | 4 months ago | |
lib.rs | 4 months ago | |
map.rs | 4 months ago | |
message.rs | 4 months ago | |
message_value.rs | 4 months ago | |
mini_table.rs | 4 months ago | |
opaque_pointee.rs | 5 months ago | |
owned_arena_box.rs | 4 months ago | |
string_view.rs | 5 months ago | |
text.rs | 4 months ago | |
upb_api.c | 4 months ago | |
wire.rs | 4 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.