3 unstable releases

0.5.0 Jun 29, 2022
0.4.2 Sep 2, 2021
0.4.1 Sep 1, 2021

#20 in #overhead

MIT/Apache

11KB
162 lines

The paper Writing R Extensions in Rust complements Writing R Extensions (the official guide for writing R extensions) for those interested in developing R packages using Rust. It highlights idiosyncrasies of R and Rust that must be addressed by any integration and describes how to develop Rust-based packages which comply with the CRAN Repository Policy. The paper introduces the cargo framework, a transparent Rust-based API which wraps commonly-used parts of R's API with minimal overhead and allows a programmer to easily add additional wrappers.

This crate provides the roxido procedural macro to support the roxido crate

Dependencies

~1.5MB
~36K SLoC