mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Casper 1da0a2dfac
Rust Object API (#6070)
* inital commit of rust object api

* Required fields support.

* clang fallthrough

* Fix unused variables

* just don't fall through

* remove comment

* s/panic/unreachable

* Tests for object API

* Added defaults

* deleted unintentionally added files and updated .bat file

* fix bat file

* clang format

* Cargo clippy checks

* remove commented out code

* clippy allows

* Remove matches! macro since we're not yet at Rust v1.42

* install clippy in RustTest.sh

* move line

Co-authored-by: Casper Neo <cneo@google.com>
2021-01-22 13:07:32 -05:00
.appveyor
.bazelci
.github [TS/JS] New gen TS code gen prequel to preserve history (#6404) 2021-01-14 11:34:44 -08:00
.travis
android Fix multiple fbs code generation failure (#6365) 2021-01-04 13:29:32 -08:00
bazel
CMake
conan
dart dart Builder - expose finished buffer size (#6403) 2021-01-21 16:06:11 -08:00
docs Clarify that (Flat|Flex)Buffers do not deduplicate vector elements (#6415) 2021-01-21 16:09:35 -08:00
go
grpc
include/flatbuffers [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
java/com/google/flatbuffers
js
lobster
lua
mjs
net/FlatBuffers
php
python
reflection
rust Rust Object API (#6070) 2021-01-22 13:07:32 -05:00
samples Rust Object API (#6070) 2021-01-22 13:07:32 -05:00
snap
src Rust Object API (#6070) 2021-01-22 13:07:32 -05:00
swift
tests Rust Object API (#6070) 2021-01-22 13:07:32 -05:00
ts [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.travis.yml
appveyor.yml [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
BUILD
build_defs.bzl
CMakeLists.txt [TS/JS] New gen TS code gen prequel to preserve history (#6404) 2021-01-14 11:34:44 -08:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md
LICENSE.txt
package.json [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
pom.xml
readme.md
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
WORKSPACE

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.