Important
This project has moved. You can find it here.
The decision is based on this article.
Thanks to No GitHub for the badge used below.
Transform an array into any other array of the same type, or a string into any other string, using only the three transformations replace, delete and insert.
- Open your Swift package in GNOME Builder, Xcode, or any other IDE.
- Open the
Package.swiftfile. - Into the
Packageinitializer, underdependencies, paste:
.package(url: "https://github.com/david-swift/LevenshteinTransformations", from: "0.1.0") Read the Getting Started article to learn how to use this package.