view examples/write-a-lot/Cargo.toml @ 430:719d0b07d5ec

cmp: Make InternalKeyCmp more efficient. This removes the 2x ~2800 cycles involved in decoding a fixed integer.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 21 Oct 2017 18:59:41 +0200
parents 8cff6c1489ae
children
line wrap: on
line source

[package]
name = "write-a-lot"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]

[dependencies]
rusty-leveldb = { path = "../../" }
rand = "0.3"