An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# FlatBuffers

[![CI](https://github.com/JuliaData/FlatBuffers.jl/workflows/CI/badge.svg)](https://github.com/JuliaData/FlatBuffers.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/JuliaData/FlatBuffers.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaData/FlatBuffers.jl)
[![deps](https://juliahub.com/docs/FlatBuffers/deps.svg)](https://juliahub.com/ui/Packages/FlatBuffers/rNtRK?t=2)
[![version](https://juliahub.com/docs/FlatBuffers/version.svg)](https://juliahub.com/ui/Packages/FlatBuffers/rNtRK)
[![pkgeval](https://juliahub.com/docs/FlatBuffers/pkgeval.svg)](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