flatbuffers/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
..
assets
languages Add fallible try_* API for rust FlatBufferBuilder (#8918) 2026-04-02 06:49:51 +00:00
annotation.md
benchmarks.md
building.md Remove legacy Conan recipe and update documentation (#8712) 2025-11-30 11:35:02 +00:00
CNAME
contributing.md
evolution.md
flatc.md Fix example of JSON export with flatc (#8892) 2026-02-04 07:51:49 -05:00
flexbuffers.md
grammar.md
index.md
intermediate_representation.md
internals.md
quick_start.md
schema.md Remove empty 'required' section from schema.md (#8900) 2026-02-18 20:03:01 -05:00
support.md Update Go support for Optional Scalars (#8946) 2026-03-04 21:03:49 -05:00
tutorial.md [Python] Improve python API (#8781) 2026-01-21 01:01:20 +00:00
white_paper.md