minarrow 0.1.6

Apache Arrow-compatible, Rust-first columnar data library for high-performance computing, native streaming, and embedded workloads. Minimal dependencies, ultra-low-latency access, automatic 64-byte SIMD alignment, and fast compile times. Great for real-time analytics, HPC pipelines, and systems integration.
Documentation
1
2
3
4
5
6
7
8
fn main() {
    // C FFI Integration tests
    #[cfg(feature = "c_ffi_tests")]
    cc::Build::new().file("tests/c_inspect_arrow.c").compile("cinspect_arrow");

    #[cfg(feature = "c_ffi_tests")]
    println!("cargo:rerun-if-changed=tests/c_inspect_arrow.c");
}