View Source Diffie

Diffie is a library for making textual reports, similar to a simplified version of the diff command-line utility, of the differences between two strings, or two lists of objects.

NOT FOR DIFFIE-HELLMAN KEY EXCHANGE!

Installation

The package can be installed by adding diffie to your list of dependencies in mix.exs:

def deps do
  [
    {:diffie, "~> 0.1.1"}
  ]
end

License

3-Clause BSD; see LICENSE file.