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

[dependencies]