rustler_sys 2.1.1

Create Erlang NIF modules in Rust using the C NIF API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.unreachable]
version = "1.0"

[package]
authors = ["Daniel Goertzen <daniel.goertzen@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Create Erlang NIF modules in Rust using the C NIF API."
documentation = "https://docs.rs/rustler_sys"
edition = "2018"
keywords = ["FFI", "Erlang", "NIF"]
license = "MIT/Apache-2.0"
name = "rustler_sys"
repository = "https://github.com/rusterlium/rustler"
version = "2.1.1"