rustler_sys 2.4.0

Create Erlang NIF modules in Rust using the C NIF API.
Documentation
[build-dependencies.regex]
version = "1"
[dependencies.unreachable]
version = "1.0"

[features]
default = ["nif_version_2_15"]
nif_version_2_14 = []
nif_version_2_15 = ["nif_version_2_14"]
nif_version_2_16 = ["nif_version_2_15"]
nif_version_2_17 = ["nif_version_2_16"]

[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 = "2021"
keywords = ["FFI", "Erlang", "NIF"]
license = "MIT/Apache-2.0"
name = "rustler_sys"
repository = "https://github.com/rusterlium/rustler"
version = "2.4.0"