velocypack 0.1.4

Implementation of ArangoDB's VelocyPack protocol.
Documentation
[dependencies.bitvec]
version = "0.15"

[dependencies.log]
version = "0.4"

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

[dev-dependencies.serde_json]
version = "1.0"

[package]
authors = ["Dave Challis <dave@suicas.net>"]
description = "Implementation of ArangoDB's VelocyPack protocol."
edition = "2018"
license = "Apache-2.0"
name = "velocypack"
readme = "README.md"
repository = "https://github.com/davechallis/rust-velocypack"
version = "0.1.4"