Victor Porof
|
bca20c45c4
|
Clippy pass (cargo clippy -- -D warnings -A clippy::match-ref-pats -A clippy::needless-lifetimes)
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
5 years ago |
Victor Porof
|
2acd21c529
|
Rustfmt pass (cargo +nightly fmt --all)
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
5 years ago |
Nan Jiang
|
d62da60df5
|
Add freelist to environment (#41)
|
6 years ago |
Dan Burkert
|
8e0bdab382
|
doc(hidden) -> pub(crate)
fixes #17
|
7 years ago |
Dan Burkert
|
d0fda113ca
|
try! -> ?
|
7 years ago |
Dan Burkert
|
79f36662df
|
Drop Lmdb prefix on Error and Result
|
10 years ago |
Dan Burkert
|
0c1c7cadfa
|
update to new CString API
|
10 years ago |
Dan Burkert
|
37db788f1c
|
update for rustc 1.0.0-nightly (1d00c545e 2015-01-30 19:56:34 +0000)
|
10 years ago |
Dan Burkert
|
15ac361762
|
Update for rustc 1.0.0-nightly (ed530d7a3 2015-01-16 22:41:16 +0000)
|
10 years ago |
Dan Burkert
|
7ffc6df87f
|
fix build for rustc 1.0.0-nightly (ea6f65c5f 2015-01-06 19:47:08 +0000)
|
10 years ago |
Dan Burkert
|
a2abd18460
|
add duplicate iterators
|
10 years ago |
Dan Burkert
|
ab7f551298
|
open and create databases in transaction
|
10 years ago |
Dan Burkert
|
0d01789de9
|
close_db and drop_db are unsafe
|
10 years ago |
Dan Burkert
|
9facaae124
|
rename transaction and cursor opening functions; improve docs
|
10 years ago |
Dan Burkert
|
c745961037
|
Flag constants for lmdb-sys; move bitflags! to lmdb proper
|
10 years ago |
Dan Burkert
|
11836f84a4
|
simplify transaction struct hierarchy
|
10 years ago |
Dan Burkert
|
c5ec2c6ed3
|
remove lifetime shadowing
|
10 years ago |
Dan Burkert
|
9ab71e29b1
|
First cut at a higher-level api
|
10 years ago |
Dan Burkert
|
bed03ebff6
|
Cursor get support.
|
10 years ago |