shortcut 3.3.2

an indexed, queryable column-based storage system
Documentation
[package]
name = "shortcut"
version = "3.3.2"

description = "an indexed, queryable column-based storage system"
readme = "README.md"

authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

documentation = "https://jon.tsp.io/crates/shortcut"
homepage = "https://github.com/jonhoo/shortcut"
repository = "https://github.com/jonhoo/shortcut.git"

keywords = ["storage","indexing","query","database"]

license = "MIT/Apache-2.0"

[dependencies]

[dev-dependencies]
docopt = "0.6"
time = "0.1"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false