You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking around for a rust lib that did just this and came across this issue. Are there other examples on how to integrate this as a lib to use in other interactive clis?
The scoring mechanism behind icepick could be used as a separate iterator, e.g.
icepick::filter(iter_of_strings, "txt")
That should spawn a new iterator over matches.
The text was updated successfully, but these errors were encountered: