[package]
name = "columnar"
version = "0.0.14"
authors = ["Frank McSherry <fmcsherry@me.com>"]
description = "High-throughput serialization and deserialization for some Rust types"
documentation = "http://github.com/frankmcsherry/columnar"
homepage = "http://github.com/frankmcsherry/columnar"
repository = "https://github.com/frankmcsherry/columnar.git"
keywords = ["columnar", "serialization"]
license = "MIT"
[dependencies]
byteorder="*"
[lib]
name="columnar"
path="src/lib.rs"
test=true
plugin=false