GitHunt
MK

mkaszubowski/crdt_set

Crdt

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add crdt to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:crdt, "~> 0.1.0"}]
end
```
  1. Ensure crdt is started before your application:
```elixir
def application do
  [applications: [:crdt]]
end
```

Languages

Elixir100.0%

Contributors

Created May 7, 2017
Updated August 10, 2017
mkaszubowski/crdt_set | GitHunt