compenguy / ngrammatic

A rust crate providing fuzzy search/string matching using N-grams
MIT License
25 stars 7 forks source link

API Breaking Change: remove `arity` parameters in favor of const generic #5

Open compenguy opened 2 years ago

compenguy commented 2 years ago

Ensure matching arity of structs at the type level by encoding as a const generic on the struct.

Missing from this change is:

The first change would be compatibility breaking, the second is not (pretty sure, anyway).