rudb-arrow 0.3.2

Arrow interchange, zero copy where the layouts permit.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rudb-arrow"
version = "0.3.2"
dependencies = [
 "rudb-common",
 "rudb-vector",
]

[[package]]
name = "rudb-common"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b86c4f8976d7ed9701645473825cc4e2799ea6025df7b35c799344817759e0a8"

[[package]]
name = "rudb-vector"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2d43b6d48da1093f982c0de341e4f64914940f3e00907b7a07e78212feacc66"
dependencies = [
 "rudb-common",
]