polars-arrow 0.55.1

Minimal implementation of the Arrow specification forked from arrow2
Documentation
1
2
3
4
#[inline]
pub const fn is_native_little_endian() -> bool {
    cfg!(target_endian = "little")
}