tikv / rust-rocksdb

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

Fix missing enum variant #743

Closed tabokie closed 1 year ago

tabokie commented 1 year ago

Fix https://github.com/tikv/tikv/issues/14754

Also fix the potential UB of casting implicitly between C enum and integer.

tabokie commented 1 year ago

add a test?

CompactionReason can't be tested easily.