stringedits 0.1.2

stringedits contains the [Edit] trait, which provides access to a number of iterators for small edits to strings.
Documentation

stringedits contains the [Edit] trait, which provides access to a number of iterators for small edits to strings. Based off the article How to Write A Spelling Corrector by Peter Norvig. Available under the MIT license.

Usage:

# use stringedits::Edit;
"foo".dist1edits();