JuliaData / FlatBuffers.jl

A pure Julia implementation of google flatbuffers
https://juliadata.github.io/FlatBuffers.jl/stable
Other
43 stars 14 forks source link
flatbuffers julia

FlatBuffers

CI codecov deps version pkgeval

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

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.