• Home
Name Date Size #Lines LOC

..--

BUILDD22-Oct-20251.5 KiB7063

README.mdD22-Oct-2025362 86

arena.rsD22-Oct-20258.3 KiB235133

array.rsD22-Oct-20252.6 KiB6852

associated_mini_table.rsD22-Oct-20251.7 KiB374

ctype.rsD22-Oct-2025620 2516

extension_registry.rsD22-Oct-2025450 134

lib.rsD22-Oct-20251.9 KiB7248

map.rsD22-Oct-20253.4 KiB11396

message.rsD22-Oct-202512.1 KiB349167

message_value.rsD22-Oct-20251.3 KiB4529

mini_table.rsD22-Oct-20251.9 KiB6332

opaque_pointee.rsD22-Oct-2025850 2410

owned_arena_box.rsD22-Oct-20253.9 KiB12075

string_view.rsD22-Oct-20251.8 KiB5726

text.rsD22-Oct-20252.4 KiB7938

upb_api.cD22-Oct-2025893 2411

wire.rsD22-Oct-20253.7 KiB13889

README.md

1# Rust upb bindings
2
3This directory contains Rust bindings for upb, attempting to be the a direct
4mapping to expose upb to Rust. This should not be used directly by application
5code, instead is an implementation detail for Rust Protobuf, which is still
6under development but can be found here:
7[here](https://github.com/protocolbuffers/protobuf/tree/main/rust).
8