extendr-engine 0.8.2

Safe and user friendly bindings to the R programming language.
Documentation
[package]
name = "extendr-engine"
description = "Safe and user friendly bindings to the R programming language."
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
extendr-ffi = { workspace = true }
ctor = "0.4.2"

[features]
default = []

# All features to test
tests-all = []