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 config.toml
Raw

native/yex_native/.cargo/config.toml

[target.'cfg(target_os = "macos")']
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]