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
- Host: GitHub
- URL: https://github.com/vihu/reed-solomon-erasure
- Owner: vihu
- Created: 2018-04-05T15:38:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T15:47:54.000Z (about 7 years ago)
- Last Synced: 2024-12-31T16:23:04.411Z (5 months ago)
- Topics: elixir, erasure-coding, reed-solomon, rustler
- Language: Elixir
- Homepage:
- Size: 1.2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)