alef 0.25.29

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
use super::*;
use crate::core::config::Language;
use crate::core::ir::{PrimitiveType, TypeRef};
use crate::docs::test_helpers::{TEST_PREFIX, make_function, make_method, make_param};

mod function_signatures;
mod method_signatures;