extendr_api/optional/
mod.rs

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