43 releases (28 major breaking)
new 55.0.0 | Apr 11, 2025 |
---|---|
54.3.1 | Mar 30, 2025 |
54.2.1 | Feb 27, 2025 |
54.0.0 | Dec 23, 2024 |
27.0.0 | Nov 14, 2022 |
#147 in Encoding
2,258,552 downloads per month
Used in 284 crates
(26 directly)
3MB
58K
SLoC
Support for the Arrow IPC Format
The Arrow IPC format defines how to read and write RecordBatch
es to/from
a file or stream of bytes. This format can be used to serialize and deserialize
data to files and over the network.
There are two variants of the IPC format:
-
IPC Streaming Format: Supports streaming data sources, implemented by StreamReader and StreamWriter
-
IPC File Format: Supports random access, implemented by FileReader and FileWriter.
Dependencies
~3–4.5MB
~83K SLoC