Michal Nazarewicz
|
e99a12bfee
|
Allow passing &CStr arguments (#641)
|
3 years ago |
Oleksandr Anyshchenko
|
04a0dca01d
|
Make `CacheWrapper` and `EnvWrapper` Send and Sync (#586)
|
3 years ago |
Niklas Fiekas
|
c482c625ef
|
Optimize non-overlapping copy in raw_data (#583)
|
3 years ago |
Linh Tran Tuan
|
6d60d48ba2
|
Support fetching sst files metadata, delete files in range, get mem usage (#446)
|
4 years ago |
Jesse Rusak
|
8817fc7b1c
|
Refactor db.rs and lib.rs into smaller pieces (#395)
|
5 years ago |
wqfish
|
22f36ce97f
|
Improve ffi_try macro to make trailing comma optional (#371)
|
5 years ago |
Jordan Terrell
|
21b9a9e98a
|
Key/value arguments are now generic types that impl AsRef<[u8]>...
|
6 years ago |
Rick Richardson
|
8a64585520
|
changed try_ffi to take trailing comma and updated rustfmt accordingly
|
7 years ago |
Tyler Neely
|
2a29b0ae5f
|
cut version 0.6.0
|
8 years ago |
Thayne McCombs
|
a467e6bfed
|
Add methods for compacting ranges.
|
8 years ago |
hh9527
|
51dd656272
|
Fix compile failed in stable/beta
|
8 years ago |
hh9527
|
2bace2ca0d
|
Fix: https://github.com/spacejam/rust-rocksdb/issues/96 (#1)
* Update ffi_util.rs
* Update rocksdb.rs
|
8 years ago |
Tyler Neely
|
121ed9a993
|
formatting
|
8 years ago |
Alexander Regueiro
|
364f3abd49
|
Added `ffi_try!` macro and adapted native calls to use it.
`ffi_try!` simplifies calls to native functions with an error pointer as their last parameter.
|
8 years ago |