foreign_vec 0.1.0

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Jorge C. Leitao <jorgecarleitao@gmail.com>"]
description = "Unofficial implementation of Apache Arrow spec in safe Rust"
edition = "2021"
homepage = "https://github.com/DataEngineeringLabs/foreign_vec"
license = "MIT"
name = "foreign_vec"
repository = "https://github.com/DataEngineeringLabs/foreign_vec"
resolver = "2"
version = "0.1.0"