Skip to content

JuliaData/FlatBuffers.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • STABLEmost recently tagged version of the documentation.
  • LATESTin-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.