extendr_api/optional/
mod.rs

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")]
mod faer;
#[cfg(feature = "ndarray")]
pub mod ndarray;