https://github.com/juliadata/flatbuffers.jl
A pure Julia implementation of google flatbuffers
https://github.com/juliadata/flatbuffers.jl
flatbuffers julia
Last synced: 9 months ago
JSON representation
A pure Julia implementation of google flatbuffers
- Host: GitHub
- URL: https://github.com/juliadata/flatbuffers.jl
- Owner: JuliaData
- License: other
- Created: 2016-04-14T20:52:17.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T21:52:24.000Z (10 months ago)
- Last Synced: 2025-04-06T09:09:20.830Z (9 months ago)
- Topics: flatbuffers, julia
- Language: Julia
- Homepage: https://juliadata.github.io/FlatBuffers.jl/stable
- Size: 438 KB
- Stars: 44
- Watchers: 8
- Forks: 16
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FlatBuffers
[](https://github.com/JuliaData/FlatBuffers.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/JuliaData/FlatBuffers.jl)
[](https://juliahub.com/ui/Packages/FlatBuffers/rNtRK?t=2)
[](https://juliahub.com/ui/Packages/FlatBuffers/rNtRK)
[](https://juliahub.com/ui/Packages/FlatBuffers/rNtRK)
*A Julia implementation of google flatbuffers*
## Installation
The package is registered in General registery and so can be installed with `Pkg.add`.
```julia
julia> using Pkg; Pkg.add("FlatBuffers")
```
## Documentation
- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
- [**LATEST**][docs-latest-url] — *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][issues-url] if you encounter any problems or would just like to ask a question.
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://JuliaData.github.io/FlatBuffers.jl/latest
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://JuliaData.github.io/FlatBuffers.jl/stable
[issues-url]: https://github.com/JuliaData/FlatBuffers.jl/issues