Registry / serialization / re-arrow2

re-arrow2

JSON →
library0.19.0rscratesunverified

Unofficial implementation of Apache Arrow spec in safe Rust, providing columnar data structures.

# Cargo.toml [dependencies] re_arrow2 = "0.19.0"
INSTALL
IMPORT
SIG · RE-ARROW2
R
re-arrow2
serializationrustv0.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Array
use re_arrow2::array::Array;

Demonstrates basic usage of Arrow arrays.

use re_arrow2::array::Array; fn main() { let arr: Vec<i32> = vec![1, 2, 3]; println!("Array: {:?}", arr); }
Debug
Known issues
breakingThis is an unofficial fork; API may diverge from upstream arrow2.
fix
Check the changelog for breaking changes before upgrading.
affects: >=0.19.0
Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
re-arrow2 — cargo add re-arrow2 · libregistry