arrow-format 0.8.1

Unofficial flatbuffers and tonic code of Apache Arrow spec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Arrow generated IPC format

Generated flatbuffers code for Rust using [planus](https://crates.io/crates/planus).

* Planus version 2.0
* Apache Arrow version 6.0

## Cargo features

This package is divided in 3 features:

* `ipc` for Apache [IPC format]https://github.com/apache/arrow/tree/master/format
* `flight-data` for the `prost` part of the Apache [Flight protocol]https://github.com/apache/arrow/blob/master/format/Flight.proto
* `flight-service` for the `tonic` part of the Apache [Flight protocol]https://github.com/apache/arrow/blob/master/format/Flight.proto