serde_arrow 0.1.0

convert sequences of structs / maps to arrow tables
Documentation
[dependencies.arrow]
version = "5.0"

[dependencies.chrono]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Christopher Prohm <mail@cprohm.de>"]
description = "convert sequences of structs / maps to arrow tables"
edition = "2018"
license = "MIT"
name = "serde_arrow"
readme = "../Readme.md"
repository = "https://github.com/chmp/serde_arrow"
version = "0.1.0"