pub fn fuzzy_subsequence(needle: &str, haystack: &str) -> bool
Returns true when the characters from needle can be found in order within haystack (kept for backward compatibility).
needle
haystack