pub fn tuple_prefix_range(
dir: &DirectoryOutput,
tuple_str: &str,
) -> Result<(Vec<u8>, Vec<u8>), String>Expand description
Generic prefix range: given a directory and a tuple string like “(user-1)”, build [begin, end) so you can scan by prefix.