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 Edit;
"foo".dist1edits;