| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| BUILD | D | 22-Oct-2025 | 1.5 KiB | 70 | 63 | |
| README.md | D | 22-Oct-2025 | 362 | 8 | 6 | |
| arena.rs | D | 22-Oct-2025 | 8.3 KiB | 235 | 133 | |
| array.rs | D | 22-Oct-2025 | 2.6 KiB | 68 | 52 | |
| associated_mini_table.rs | D | 22-Oct-2025 | 1.7 KiB | 37 | 4 | |
| ctype.rs | D | 22-Oct-2025 | 620 | 25 | 16 | |
| extension_registry.rs | D | 22-Oct-2025 | 450 | 13 | 4 | |
| lib.rs | D | 22-Oct-2025 | 1.9 KiB | 72 | 48 | |
| map.rs | D | 22-Oct-2025 | 3.4 KiB | 113 | 96 | |
| message.rs | D | 22-Oct-2025 | 12.1 KiB | 349 | 167 | |
| message_value.rs | D | 22-Oct-2025 | 1.3 KiB | 45 | 29 | |
| mini_table.rs | D | 22-Oct-2025 | 1.9 KiB | 63 | 32 | |
| opaque_pointee.rs | D | 22-Oct-2025 | 850 | 24 | 10 | |
| owned_arena_box.rs | D | 22-Oct-2025 | 3.9 KiB | 120 | 75 | |
| string_view.rs | D | 22-Oct-2025 | 1.8 KiB | 57 | 26 | |
| text.rs | D | 22-Oct-2025 | 2.4 KiB | 79 | 38 | |
| upb_api.c | D | 22-Oct-2025 | 893 | 24 | 11 | |
| wire.rs | D | 22-Oct-2025 | 3.7 KiB | 138 | 89 |
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