mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
* Updated comments and fixed a fundemental type error. * bump rust flatbuffers semver * Initial commit with verifier, need to clean up * Verifier tested. Needs clean up and refactoring. * Display for InvalidFlatbuffer and better errors for strings * SimpleToVerify, some refactoring * Combined VerifierType TableAccessorFuncBody into FollowType * scrub todos * Update Rust get_root functions. There are 6 variants, with verifier options, default verifier options and no verification "fast". * Rename root fns * inline * Update to use thiserror * fix for bad compiler * improve error formatting * Replace multiply with saturating_multiply * saturating adds too * Add docs disclaiming experimental verification system Co-authored-by: Casper Neo <cneo@google.com> |
||
|---|---|---|
| .. | ||
| lua/MyGame/Sample | ||
| csharp_sample.sh | ||
| dart_sample.sh | ||
| go_sample.sh | ||
| java_sample.sh | ||
| javascript_sample.sh | ||
| kotlin_sample.sh | ||
| monster.bfbs | ||
| monster.fbs | ||
| monster_generated.h | ||
| monster_generated.lobster | ||
| monster_generated.rs | ||
| monsterdata.json | ||
| php_sample.sh | ||
| python_sample.sh | ||
| sample_bfbs.cpp | ||
| sample_binary.cpp | ||
| sample_binary.go | ||
| sample_binary.lobster | ||
| sample_binary.lua | ||
| sample_binary.py | ||
| sample_binary.rs | ||
| sample_binary.swift | ||
| sample_flexbuffers.rs | ||
| sample_flexbuffers_serde.rs | ||
| sample_text.cpp | ||
| sample_text.lobster | ||
| SampleBinary.cs | ||
| SampleBinary.java | ||
| samplebinary.js | ||
| SampleBinary.kt | ||
| SampleBinary.php | ||