Dan Burkert
e5dbfc81bb
Update README.md
7 years ago
Dan Burkert
8e0bdab382
doc(hidden) -> pub(crate)
...
fixes #17
7 years ago
Dan Burkert
d0fda113ca
try! -> ?
7 years ago
Arthur Gautier
c15f22c884
Typo in documentation ( #22 )
7 years ago
zach
0f613773c1
Update dependencies and add database statistics ( #23 )
...
Add database statistics in a new `Stats` type
Also bundles a few other changes:
- Switch from `gcc` crate to `cc` for building lmdb
- Bump `bitflags` crate to 1.0
- Bump minimum required `rustc` from `1.8` to `1.20`
This is a breaking change.
7 years ago
Dan Burkert
6539d449f0
0.7.2
7 years ago
Dan Burkert
4d85f7390f
Convert to Cargo workspace project
7 years ago
Dan Burkert
547841a3e2
Compile lmdb with opt level O2
...
LMDB segfaults reliably with newer GCC versions when compiled with O3.
Regression test included.
fixes #21
7 years ago
Dan Burkert
ee5968dd25
reset lmdb-sys path-dep for next cycle
7 years ago
Dan Burkert
b2efebf54a
0.7.1
7 years ago
Sam Rijs
4b93278182
case mdb_strerror output to *const c_char ( #19 )
7 years ago
Dan Burkert
37b241c7b6
reset lmdb-sys path-dep for next cycle
7 years ago
Dan Burkert
64ae95ba16
0.7.0
7 years ago
Craig M. Brandenburg
15fe40a8e3
Implement Debug for public types ( #16 )
7 years ago
Dan Burkert
fc92971dca
Add crate doc root
...
https://github.com/brson/rust-api-guidelines#c-html-root
7 years ago
Dan Burkert
8d23b1acca
Bump bitflags to 0.9
7 years ago
Dan Burkert
f6343a283a
Update crate metadata and CI
7 years ago
Dan Burkert
76f000df07
Remove NulError
...
For whatever reason, the 1.8.0 toolchain isn't happy with NulError. It
wasn't necessary anyway.
7 years ago
Dan Burkert
2c43e693e6
Fix potential use-after-free
...
Clippy pointed out this potential use-after-free of a CString buffer. I
don't think in this case it caused an issue because the temporary
CString _should_ outlive the function call (at least, that's how C++
works...), however it's refactor-brittle, so best to fix.
https://github.com/Manishearth/rust-clippy/wiki#temporary_cstring_as_ptr
7 years ago
Dan Burkert
de8bdbd890
Bump LMDB to 0.9.21
7 years ago
Craig M. Brandenburg
14a5332e96
Disable rustfmt by default ( #14 )
...
This effects issue #11 .
7 years ago
Bruce Mitchener
2e36a93c61
Fix typo. ( #10 )
8 years ago
Dan Burkert
83b1d33fde
0.6.0
8 years ago
Dan Burkert
473173d14a
bump bitflags version
8 years ago
Dan Burkert
c43a2ee793
appveyor
8 years ago
Chip Collier
0d20eb4b59
tweaks to enable windows builds with msvc ( #9 )
8 years ago
Dan Burkert
9b5d48c89a
make IterDup public
8 years ago
Tony Arcieri
7517b13d92
Expose lmdb::Iter publicly ( #8 )
...
I'm trying to make a newtype wrapper around it, and can't because
it's in `lmdb::cursor`, which isn't public.
8 years ago
Dan Burkert
23e33ccd86
update doc links
9 years ago
Dan Burkert
d1bca3410f
new doc upload token
9 years ago
Dan Burkert
e99a3ba655
1.2.0 minimum rustc version
9 years ago
Dan Burkert
9261a89e2b
update to LMDB 0.9.18
9 years ago
Dan Burkert
e7d941231e
bump bitflags version
9 years ago
Dan Burkert
da50b1e7b1
travis-cargo
9 years ago
Dan Burkert
ed14e9a8fc
fix doc uploads
9 years ago
Dan Burkert
f8bebda580
update travis config
9 years ago
Dan Burkert
a27d07bc4e
0.5.0
9 years ago
Dan Burkert
f749811730
Generic key/data arguments
9 years ago
Dan Burkert
c101fa5c1f
Update for stable Rust
9 years ago
Dan Burkert
cf967d1929
use libc crate
10 years ago
Dan Burkert
52d663fcf9
cleanup slice creation
10 years ago
Dan Burkert
d27d6a493e
0.4.3
10 years ago
Dan Burkert
04882e53ad
update for rustc 1.0.0-nightly (2e3b0c051 2015-04-01) (built 2015-04-01)
10 years ago
Dan Burkert
ddd747f798
0.4.2
10 years ago
Dan Burkert
87ccf55e0a
0.4.1
10 years ago
Dan Burkert
414505e8ba
use relative import of size_t
10 years ago
caosiliang
8453e39bd8
make benchmarks portable
10 years ago
Dan Burkert
8e52bdbb79
update for rustc 1.0.0-nightly (e2fa53e59 2015-03-20) (built 2015-03-20)
10 years ago
Dan Burkert
28660edc12
path, fs, and io are no longer feature gated
10 years ago
Dan Burkert
b6f3b7b9cc
std::env is stable
10 years ago