column 0.0.1

Columnar data format in memory
Documentation
[dependencies.column_derive]
version = "0.0.1"

[[example]]
name = "columnar"

[features]
default = []
verbose = ["column_derive/verbose"]

[package]
authors = ["Moritz Hoffmann <antiguru@gmail.com>"]
description = "Columnar data format in memory"
homepage = "https://github.com/antiguru/column-rs"
license = "MIT OR Apache-2.0"
name = "column"
publish = true
repository = "https://github.com/antiguru/column-rs.git"
version = "0.0.1"

[profile.bench]
debug = true

[profile.release]
debug = true