view Cargo.toml @ 263:95fd92fcffcb

table_reader: Clean up TableIterator implementation: Store optional current_block. This should have been done earlier, but seemed to complicated; after some proper restructuring of the implementation it now makes more sense overall.
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 19 Sep 2017 20:09:20 +0200
parents 200eddf9b38d
children 399b1358ea66
line wrap: on
line source

[package]
name = "leveldb_rs"
version = "0.1.0"
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
publish = false

[dependencies]
crc = "1.2"
integer-encoding = "1.0"
libc = "0.2"
rand = "0.3"
time-test = "0.2"