Skip to content

A utility library for writing Erlang/Elixir ports in Rust

Notifications You must be signed in to change notification settings

obmarg/erlang_port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A utility library for writing Erlang/Elixir ports in Rust

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages