listpack 0.1.6

Rust wrapper for the "listpack" data structure created and maintained for Redis
Documentation
[[bench]]
name = "listpack"
path = "benches/bench.rs"

[build-dependencies.gcc]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dev-dependencies.bencher]
version = "0.1.5"

[lib]
bench = false
crate-type = ["dylib", "rlib"]

[package]
authors = ["Clay Molocznik <clay@mojo.run>"]
build = "build.rs"
description = """
Rust wrapper for the "listpack" data structure created and maintained for Redis
"""
documentation = "https://docs.rs/listpack"
homepage = "https://github.com/run-mojo/listpack"
license = "MIT"
name = "listpack"
readme = "README.md"
repository = "https://github.com/run-mojo/listpack"
version = "0.1.6"