extendr-api 0.9.0

Safe and user friendly bindings to the R programming language.
Documentation
1
2
3
4
5
6
7
8
9
/*!
A set of optional features and third-party crate integrations, usually hidden behind feature gates.
*/
#[cfg(feature = "either")]
pub mod either;
#[cfg(feature = "faer")]
pub mod faer;
#[cfg(feature = "ndarray")]
pub mod ndarray;