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
Dan Burkert
2752cc644b
reenable lints
10 years ago
Dan Burkert
80d02b8ca0
0.4.0
10 years ago
Dan Burkert
e33598b9b0
Completely remove old_io
10 years ago
Dan Burkert
735bd511c9
use stdlib TempDir
10 years ago
Dan Burkert
71ea09c938
update travis doc key
10 years ago
Dan Burkert
ec3cde7df7
0.3.0
10 years ago
Dan Burkert
79f36662df
Drop Lmdb prefix on Error and Result
10 years ago
Dan Burkert
21df9369dc
tweak travis
10 years ago
Dan Burkert
0c1c7cadfa
update to new CString API
10 years ago
Dan Burkert
dee8811fd0
update for rustc 1.0.0-nightly (522d09dfe 2015-02-19) (built 2015-02-20)
10 years ago
Dan Burkert
36a3a0100f
update all but tests for rustc 1.0.0-nightly (00df3251f 2015-02-08 23:24:33 +0000)
10 years ago
Dan Burkert
5b8204bab0
Remove bindgen buildtime generation
10 years ago