FlatBuffers.jl
FlatBuffers.jl copied to clipboard
A pure Julia implementation of google flatbuffers
FlatBuffers
A Julia implementation of google flatbuffers
Installation
The package is registered in General registery and so can be installed with Pkg.add
.
julia> using Pkg; Pkg.add("FlatBuffers")
Documentation
- STABLE — most recently tagged version of the documentation.
- LATEST — in-development version of the documentation.
Project Status
The package is tested against Julia 1.0
, latest 1.X
minor release, and nightly on Linux and Windows.
Contributing and Questions
Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems or would just like to ask a question.