JuliaData / FlatBuffers.jl

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

Add support for @struct macro #15

Closed quinnj closed 8 years ago

quinnj commented 8 years ago

Automatically adds padding to immutables as needed by the flatbuffers spec.

Also provide a couple convenience methods for working with flatbuffers at the highest level and update the README.

quinnj commented 8 years ago

Looks like appveyor isn't happy with the latest windows binaries for some reason, but unrelated to the changes here.