MRGRAVITY817 / yex

Elixir binding for yrs Rust crate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Elixir binding for yrs Rust crate


Languages

Language:Elixir 97.9%Language:Rust 2.1%