Closed dvdplm closed 5 years ago
Clean up tests to not leave garbage on failure.
The RocksDB API exposes internal stats through a set of functions that all take a property name (&str) and return either a u64 or a String. Currently these features are not exposed to rust so this PR adds them.
&str
u64
String
Published as 0.5.1
Clean up tests to not leave garbage on failure.
The RocksDB API exposes internal stats through a set of functions that all take a property name (
&str
) and return either au64
or aString
. Currently these features are not exposed to rust so this PR adds them.