alef 0.23.39

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

#[cfg(test)]
mod tests;

pub use orchestration::gen_trait_bridges_file;