Files
flatbuffers-bigfoot/docs/source
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
..
2024-12-23 15:55:56 -08:00
2025-01-09 23:36:46 -08:00
2024-12-23 22:22:24 -08:00
2025-01-10 12:55:35 -08:00
2024-12-23 15:55:56 -08:00
2025-08-06 13:52:57 -07:00
2025-01-10 12:55:35 -08:00
2025-01-09 23:36:46 -08:00