flatbuffers/docs/source/languages
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
..
c.md
c_sharp.md update docs (#8819) 2025-12-03 07:31:49 +01:00
cpp.md Support native_type for tables when using the C++ object API. (#8668) 2025-11-05 07:50:10 -08:00
dart.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
go.md
java.md
javascript.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
kotlin.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
lobster.md
lua.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
php.md docs: Fixing typo on PHP sample (#8566) 2025-07-17 19:42:14 +00:00
python.md
rust.md Add fallible try_* API for rust FlatBufferBuilder (#8918) 2026-04-02 06:49:51 +00:00
swift.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
typescript.md