Packages

An implementation of the Logoot CRDT

Current section

Files

Jump to
logoot lib logoot.ex
Raw

lib/logoot.ex

defmodule Logoot do
@moduledoc """
Logoot is a
[conflict-free replicated data type](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type)
that can be used to represent a sequence of atoms. Atoms in a Logoot sequence
might be chunks of content or even characters in a string of text.
"""
end