extendr-engine 0.6.0

Safe and user friendly bindings to the R programming language.
Documentation
[package]
name = "extendr-engine"
version = "0.6.0"
authors = [
    "andy-thomason <andy@andythomason.com>",
    "Thomas Down",
    "Mossa Merhi Reimert <mossa@sund.ku.dk>",
    "Claus O. Wilke <wilke@austin.utexas.edu>",
    "Hiroaki Yutani",
    "Ilia A. Kosenkov <ilia.kosenkov@outlook.com>",
]
edition = "2021"
description = "Safe and user friendly bindings to the R programming language."
license = "MIT"
repository = "https://github.com/extendr/extendr"

[dependencies]
libR-sys = "0.6.0"
ctor = "0.2.4"

[features]
default = []

# All features to test
tests-all = ["libR-sys/use-bindgen"]