dep-protobuf/rust/upb_kernel
Protobuf Team Bot c99b4fbc40 Replace transmute on arena with pointer cast
This is just a slightly more Rust idiomatic way of being clear that you are knowingly using unsafe to soundly extend a lifetime.

PiperOrigin-RevId: 926763735
2026-06-04 10:36:14 -07:00
..
conversions.rs Added appropriate super-traits to Enum. 2026-03-23 14:40:03 -07:00
extension.rs Replace transmute on arena with pointer cast 2026-06-04 10:36:14 -07:00
interop.rs Refactor: Move interop traits to kernel-specific modules. 2026-03-31 12:04:34 -07:00
map.rs Refactor: Split upb and cpp backends into submodules 2026-03-20 11:13:43 -07:00
message.rs RustProto: add serialized_len()->usize 2026-04-23 14:34:21 -07:00
minitable.rs Added infrastructure for Rust Extensions support, but left it disabled for now. 2026-04-08 08:08:46 -07:00
mod.rs Added infrastructure for Rust Extensions support, but left it disabled for now. 2026-04-08 08:08:46 -07:00
repeated.rs Refactor: Split upb and cpp backends into submodules 2026-03-20 11:13:43 -07:00
string.rs Refactor: Split upb and cpp backends into submodules 2026-03-20 11:13:43 -07:00