34 releases (20 breaking)

0.21.0 Nov 27, 2024
0.19.0 Nov 15, 2024
0.1.0 May 20, 2024

#163 in Compression

Download history 64/week @ 2024-08-19 97/week @ 2024-08-26 208/week @ 2024-09-02 41/week @ 2024-09-09 562/week @ 2024-09-16 302/week @ 2024-09-23 254/week @ 2024-09-30 61/week @ 2024-10-07 72/week @ 2024-10-14 68/week @ 2024-10-21 338/week @ 2024-10-28 273/week @ 2024-11-04 1010/week @ 2024-11-11 219/week @ 2024-11-18 386/week @ 2024-11-25 219/week @ 2024-12-02

1,846 downloads per month
Used in 9 crates (8 directly)

Apache-2.0

150KB
3.5K SLoC

vortex-flatbuffers

This crate contains Flatbuffers definitions that can be used to convert other crates in this workspace back and forth into Flatbuffers messages.

Regenerating the bindings

Run the cargo xtask generate-fbs script. Be sure that you have the flatc utility installed before doing so.


lib.rs:

A contiguously serialized Vortex array.

See [message] and [footer] for the flatbuffer specifications.

See the vortex-file crate for non-contiguous serialization.

Dependencies

~225KB