Packages

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

Current section

Files

Jump to
yex native yex_native Cargo.toml
Raw

native/yex_native/Cargo.toml

[package]
name = "yex_native"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "yex_native"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.32.1"