fuse-rust
fuse-rust copied to clipboard
[Feature request] search through iterable Fuseable
Hello,
thanks for developing this crate. I just stumbled upon it and it looks like it might be suitable for a project i'm working on.
I however am storing my data in all kinds of various collections, mainly HashSets or Hashmaps. Either i'm missing something, or it'd be quite a performance hit to convert them into a format fuse_rust can work with (either a list of Fuseable or an iterable of strings). Do you think you could implement a search method to operate on an iterable of Fuseable, kind of the mixture of search_text_in_fuse_list / search_text_in_fuse_list_with_chunk_size_rayon and search_text_in_iterable?
Thanks.
In the case that i'm just missing an easy way to work with those containers and the tools that are already there, please let me know. I'm not entirely new to Rust, but more often it feels like i'm missing the obvious ;).