Is there existing package for in app autocomplete?

I wanted to have something like in fzf auto complete but for rust.
I tried looking around and dont seem ot have 1 that does that.
TUI seems possible to implement a similar thing,but I wonder is there a proper library for it?

Do I need to homemake my own code to do that?

You could start by searching:

https://crates.io/crates/fuzzy-matcher/

https://crates.io/crates/skim

huge thanks will experiment with these libraries.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.