Crate lib

source ·

Functions§

  • Compares two strings and returns a score based on the longest common subsequence (LCS) and normalized length comparison.
  • Ranks a list of strings based on their similarity to a query string using the compare function.
  • Ranks a list of structured objects based on their similarity to a query string using a custom accessor function.