+6
ufos/src/lib.rs
+6
ufos/src/lib.rs
······
+6
-18
ufos/src/storage_fjall.rs
+6
-18
ufos/src/storage_fjall.rs
···-// the lower/start bound is tricky because `Exclusive()` _without_ a null terminator _will_ include the null--// terminated exact match. so we actually need the null terminator for an exclusive lower bound!-// but for upper/end bound, we *cannot* have a null terminator after the prefix, else we'll only get everything up+let prefix_sub = String::sub_prefix(&prefix.terminated())?; // with trailing dot to ensure full segment match·········