alef 0.84.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod dispatch;
mod helpers;
mod orchestration;
mod registration;
mod registration_surface;
mod wrapper;

#[cfg(test)]
mod symbol_parity_tests;
#[cfg(test)]
mod tests;

pub use orchestration::gen_trait_bridges_file;
pub use registration_surface::registration_surface;