Add option to bypass dropped column erasure.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-09-25 17:16:23 +00:00
parent 89be6dc097
commit 1c6992ccd4
4 changed files with 31 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#![type_length_limit = "3072"]
#![type_length_limit = "8192"]
extern crate rust_rocksdb as rocksdb;