view examples/write-a-lot/Cargo.toml @ 564:648cd1834556

Add stress test binary This writes and reads back large numbers of keys, testing mostly for crashes.
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 07 Jul 2022 10:45:09 -0700
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"