ruster_unsafe 0.4.0

Create Erlang NIF modules in Rust using the C NIF API.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ruster_unsafe"
version = "0.4.0"
authors = ["Daniel Goertzen <daniel.goertzen@gmail.com>"]
description = "Create Erlang NIF modules in Rust using the C NIF API."
documentation = "http://goertzenator.github.io/ruster_unsafe/ruster_unsafe/index.html"
repository = "https://github.com/goertzenator/ruster_unsafe"
license = "MIT/Apache-2.0"
keywords = ["FFI", "Erlang", "NIF"]

build = "build.rs"
[build-dependencies]
libc = ">=0.1"

[dependencies]
libc = ">=0.1"