An open API service indexing awesome lists of open source software.

https://github.com/vihu/reed-solomon-erasure

Reed solomon erasure coding for Elixir with Rust bindings
https://github.com/vihu/reed-solomon-erasure

elixir erasure-coding reed-solomon rustler

Last synced: 3 months ago
JSON representation

Reed solomon erasure coding for Elixir with Rust bindings

Awesome Lists containing this project

README

        

reed_solomon_erasure
=====

Elixir rust bindings for reed-solomon-erasure coding

Install
-----

```elixir
def deps do
[
{:reed_solomon_erasure, "~> 0.1.0"}
]
end
```

Build
-----

$ mix deps.get; mix compile

References
-----

* [reed-solomon-rs](https://github.com/mersinvald/reed-solomon-rs)
* [rustler](https://github.com/hansihe/rustler)