alef 0.23.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
//! R (extendr) binding generator backend for alef.

pub mod gen_bindings;
pub(crate) mod template_env;
pub mod trait_bridge;

pub use gen_bindings::ExtendrBackend;