rs::main::c

Function squeek_init

Source
#[no_mangle]
pub extern "C" fn squeek_init() -> RsObjects
Expand description

Creates what’s possible in Rust to eliminate as many FFI calls as possible, because types aren’t getting checked across their boundaries, and that leads to suffering.