issues
search
vhbit
/
lmdb-rs
Rust bindings for LMDB
MIT License
114
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unable to build. uapi/asm/stat.h: No such file or directory
#68
zoo868e
opened
1 year ago
0
impl `from_mdb_value` for bool is unsound
#67
shinmao
opened
1 year ago
2
Capability for handling u128 values
#66
cwittenberg
opened
1 year ago
0
Update lmdb to 0.9.29
#65
polachok
opened
2 years ago
0
Update to Rust 2018 Edition
#64
jmaygarden
opened
2 years ago
0
refactor(liblmdb-sys): use cc crate instead of gcc
#63
elendilm
opened
3 years ago
0
Assertion and panic with Cursor::to_next_key after Cursor::del_item
#62
Taywee
opened
4 years ago
0
Typo in constant EnvCreataMapAsync
#61
Taywee
opened
4 years ago
0
Add OpenBSD support
#60
j01tz
closed
4 years ago
1
Crashing due to mdb_freelist_save
#59
flipchan
opened
4 years ago
1
Update lmdb dependency
#58
i1skn
closed
4 years ago
0
Update LMDB from 0.9.18 to 0.9.22
#57
yrashk
opened
5 years ago
0
Update dependencies
#56
ski-csis
closed
4 years ago
0
Switch gcc crate to cc crate
#55
illicitonion
opened
7 years ago
0
Added `ToMdbValue` implementations
#54
valarauca
opened
7 years ago
0
Added new trait instances for `ToMdbValue`
#53
valarauca
closed
7 years ago
0
lifetime parameters or bounds on method `to_mdb_value` do not match the trait declaration
#52
comfix
opened
7 years ago
0
Use "&mut self" in methods writing to Database
#51
radupopescu
closed
7 years ago
1
Read Only Transactions don't reset
#50
valarauca
opened
7 years ago
0
Read-only and read-write Database and Transaction
#49
cmbrandenburg
opened
7 years ago
1
API lifetimes and mutability are dangerous
#48
cmbrandenburg
opened
7 years ago
0
Add missing Debug impl for pub types
#47
cmbrandenburg
closed
7 years ago
1
wrapper for mdb_env_set_mapsize
#46
michael-wi
closed
7 years ago
1
fix double free after commit failure
#45
michael-wi
closed
7 years ago
2
please publish a new version to crates.io
#44
iqualfragile
closed
7 years ago
5
Bump minor version
#43
jprafael
closed
7 years ago
1
fix incorrect `&self` annotation
#42
nikomatsakis
closed
7 years ago
1
api: Use AsRef<Path> instead of &Path
#41
posborne
closed
7 years ago
1
-O3 and SEGV
#40
ArtemGr
closed
7 years ago
9
Drop dependency on the regex crate
#39
xitep
closed
8 years ago
0
Windows / AppVeyor support
#38
photex
closed
8 years ago
5
Windows fixes
#37
photex
closed
2 years ago
3
Build lmdb with the gcc crate
#36
plietar
closed
8 years ago
4
Upgrade to bitflags 0.7
#35
xitep
closed
8 years ago
1
Add blanket implementation(s)
#34
iqualfragile
opened
8 years ago
2
Cannot cross-compile liblmdb-sys
#33
joerg-krause
closed
8 years ago
6
consider merging with lmdb
#32
iqualfragile
opened
8 years ago
2
Upgrade to libc 0.2
#31
xitep
closed
8 years ago
2
#29 Test on safe Vec<u8> conversion
#30
xitep
closed
8 years ago
0
strange segfault's occur related to lmdb-rs
#29
code-ape
closed
8 years ago
8
Update to LMDB 0.9.16
#28
adalinesimonian
closed
9 years ago
2
Add Cursor.to_gte_item() to position to nearest data item.
#27
mneumann
closed
9 years ago
1
Add append and append_duplicate functions to Database
#26
frew
closed
9 years ago
2
Generic sort functions to be used with set_dupsort() or set_compare().
#25
mneumann
opened
9 years ago
5
Export MDB_val and c_int for implementing compare and dupsort functions.
#24
mneumann
closed
9 years ago
1
Make three Database methods use dynamic dispatch
#23
frew
closed
9 years ago
6
Add support for setting compare and dupsort functions
#22
frew
closed
9 years ago
4
Update to new version of bitflags (no compat issues).
#21
jamwt
closed
9 years ago
1
Fix ffi warnings
#20
xitep
closed
9 years ago
1
Respect opening databases in read-only mode
#19
xitep
closed
9 years ago
1
Next