tree: e5aaca5be91748cd9ae99544a7ab4bc69462ee2d [path history] [tgz]
  1. arena.rs
  2. array.rs
  3. BUILD
  4. ctype.rs
  5. extension_registry.rs
  6. lib.rs
  7. map.rs
  8. message.rs
  9. message_value.rs
  10. mini_table.rs
  11. opaque_pointee.rs
  12. owned_arena_box.rs
  13. README.md
  14. string_view.rs
  15. upb_api.c
  16. wire.rs
rust/upb/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.