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!.


Keywords
crdt, elixir, rust, rustler, yrs
License
MIT

Documentation

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.