erlang_port

Crates.ioerlang_port
lib.rserlang_port
version0.2.0
sourcesrc
created_at2018-10-13 19:20:32.561775
updated_at2018-10-14 21:49:32.530321
descriptionHelper library for writing Elixir & Erlang ports in rust
homepagehttps://github.com/obmarg/erlang_port
repositoryhttps://github.com/obmarg/erlang_port
max_upload_size
id89743
size20,223
Graeme Coupar (obmarg)

documentation

README

erlang_port

A library to ease the process of writing Erlang/Elixir ports using Rust.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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.

Installing

Add erlang_port to your Cargo.toml

erlang_port = "0"

Using

Please see the documentation for usage & examples.

Running the tests

cargo test

Versioning

We use SemVer for versioning. For the versions available, see CHANGELOG.md

License

This project is licensed under the MIT License.

Commit count: 13

cargo fmt