flatbuffers/tests/rust_usage_test
Tomasz Andrzejak c5f151ab33
Add fallible try_* API for rust FlatBufferBuilder (#8918)
* Add fallible try_* API for FlatBufferBuilder

This is to support error propagation from Allocator trait. The Allocator
grow_downwards() method returns Result<(), Self::Error>, but
FlatBufferBuilder panics via .expect() when allocation fails instead of
propagating the error.

* Add rust fallible API docs
2026-04-02 06:49:51 +00:00
..
benches bulk code format fix (#8707) 2025-09-23 21:50:27 -07:00
bin Fixes Rust code generation for single file output when using namespaces (#8877) 2026-02-04 15:28:18 +00:00
outdir bulk code format fix (#8707) 2025-09-23 21:50:27 -07:00
tests Add fallible try_* API for rust FlatBufferBuilder (#8918) 2026-04-02 06:49:51 +00:00
Cargo.toml Fix flaky flexbuffers_alloc_check test in cargo test (#8965) 2026-03-08 23:43:07 -04:00