Replies: 2 comments 1 reply
-
I see where you imagine this journey to go and am happy to support it - it makes sense and should be quite achievable, but hope you can update the title to maybe encapsulate the bigger picture. To my mind, since #128 and #75 were mentioned, this ideation thread is really about…
Regarding fuzzy-name searches, I have just added another comment that proposes a primitive iterator to help with name generation and solve an immediate need while giving a lot of control to the caller (e.g. Regarding abstraction, the current implementation particularly of the If there should be an abstraction, I think it should be a trait, but that trait also has to then make a choice of async or sync implementations, probably it needs both to satisfy Thus I recommend to go with primitives first, and find a solution for #128, and further find a way to abstract fuzzy matching (admittedly, I am in love with the These Having said that, I don't see such an |
Beta Was this translation helpful? Give feedback.
-
I couldn't think of a better title... How realistic do you think such a community crate would be without any "help" from this crate? Because I don't think the change of something like this happening is very big. About using the correct index based on the config. Do you think this should also be handled in separate crates? |
Beta Was this translation helpful? Give feedback.
-
I believe there should be an easier way to use
sparse::make_cache_request
andsparse::parse_cache_reqsponse
because as the examples show it currently is a bit weird.to be exact some
update_crate()
function which simply does the request for you.especially when thinking about adding some generic/abstract index (#128 & #75) something like this would be required.
I could also imagine moving this functionality later or directly implementing this into the abstract index.
note:
I already kinda opened this discussion before #127
Beta Was this translation helpful? Give feedback.
All reactions