tikv / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
276 stars 155 forks source link

update some enums #733

Closed tabokie closed 1 year ago

tabokie commented 1 year ago

Also remove some redundant default: in switch case expression, so that it can raise warning if RocksDB side changes again. Note that not all default: can be removed because C++ allows bit-and variants for pre-c++11 enums.

Signed-off-by: tabokie xy.tao@outlook.com