# calque v1.6.0 - Table of Contents ## Pages - [📝 Calque — Snapshot testing for Elixir](readme.md) - [LICENSE](license.md) ## Modules - [Calque](Calque.md): Calque — a lightweight snapshot testing and review tool for Elixir projects. - [Calque.Diff](Calque.Diff.md): Utilities to render simple line-by-line diffs used by Calque's CLI output. - [Calque.Levenshtein](Calque.Levenshtein.md): Levenshtein (edit) distance between two strings (insert, delete, substitute). Unicode-safe by operating on graphemes. - [Calque.Snapshot](Calque.Snapshot.md): Represents a **snapshot** — a saved version of output data used by Calque’s snapshot testing system. ## Mix Tasks - [mix calque](Mix.Tasks.Calque.md): CLI interface for Calque snapshots.