Crates.io | erlang_port |
lib.rs | erlang_port |
version | 0.2.0 |
source | src |
created_at | 2018-10-13 19:20:32.561775 |
updated_at | 2018-10-14 21:49:32.530321 |
description | Helper library for writing Elixir & Erlang ports in rust |
homepage | https://github.com/obmarg/erlang_port |
repository | https://github.com/obmarg/erlang_port |
max_upload_size | |
id | 89743 |
size | 20,223 |
A library to ease the process of writing Erlang/Elixir ports using Rust.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need a copy of Rust installed. Erlang, Elixir or another BEAM VM would also be useful, as this library is meant to interact with them. Installing these is outside the scope of this document though, so look elsewhere for instructions for that.
Add erlang_port to your Cargo.toml
erlang_port = "0"
Please see the documentation for usage & examples.
cargo test
We use SemVer for versioning. For the versions available, see CHANGELOG.md
This project is licensed under the MIT License.