extendr-api 0.8.0

Safe and user friendly bindings to the R programming language.
Documentation
1
2
3
4
5
6
7
pub type PstreamFormat = extendr_ffi::R_pstream_format_t;

mod load;
mod save;

pub use load::Load;
pub use save::Save;