Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrgravity817/yex
Elixir binding for yrs Rust crate
https://github.com/mrgravity817/yex
crdt elixir rust rustler yrs
Last synced: 7 days ago
JSON representation
Elixir binding for yrs Rust crate
- Host: GitHub
- URL: https://github.com/mrgravity817/yex
- Owner: MRGRAVITY817
- Created: 2024-04-26T16:57:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T17:12:38.000Z (9 months ago)
- Last Synced: 2024-11-10T11:19:46.665Z (2 months ago)
- Topics: crdt, elixir, rust, rustler, yrs
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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](https://hex.pm/docs/publish), the package can be installed
by adding `yex` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:yex, "~> 0.0.1"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .