Packages

Drive R from Elixir through a persistent Rscript backend, with an experimental embedded native backend.

Current section

Files

Jump to
rx native rx_rust_nif Cargo.toml
Raw

native/rx_rust_nif/Cargo.toml

[package]
name = "rx_rust_nif"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
libc = "0.2"
libloading = "0.9"
rustler = "0.37.4"