#[extendr]
Expand description
The #[extendr]
-macro may be placed on three items
fn
for wrapped rust-functions, seeextendr-fn
impl
-blocks, seeextendr-impl
There is also extendr_module
, which is used for defining what rust
wrapped items should be visible to the surrounding R-package.