Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 606 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 606 Bytes

Yex

yex is a Elixir port of yrs, a Rust library that has tools for making CRDTs easier to work with. It's a work in progress and not ready for production use yet!.

Installation

If available in Hex, the package can be installed by adding yex to your list of dependencies in mix.exs:

def deps do
  [
    {:yex, "~> 0.0.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/yex.