[][src]Crate trigram

The trigram library computes the similarity of strings, inspired by the similarity function in the Postgresql pg_trgm extension: https://www.postgresql.org/docs/9.1/pgtrgm.html.

Functions

similarity

Similarity of two strings as the Jaccard similarity of their trigram sets.