view Cargo.toml @ 93:db84cb244062

Implement "strongly" typed keys. LevelDB uses different key formats in different modules; by introducing typedefs, we achieve at least better documentation about which key types are used where.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 11 Sep 2016 10:37:19 +0200
parents d2a045a69a0a
children 407bde4c0a6e
line wrap: on
line source

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

[dependencies]
crc = "1.2"
integer-encoding = "0.12.0"
libc = "0.2"
rand = "0.3"