ericwburden/rustbind: Minimal Example of Calling Rust from R

This is a template package to demonstrate how to call Rust from R using the 'extendr-api' crate. This package is based on the example provided by the extendr project at https://github.com/extendr/helloextendr. This package includes a number of examples of passing R vectors to Rust and receiving back modified values. Where deemed necessary, additional modifications are made to input/output values by wrapping the extendr-generated functions on the R side.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ericwburden/rustbind")
ericwburden/rustbind documentation built on April 10, 2021, 12:31 p.m.