test-cdylib 1.1.0

Library for dynamically linking to cdylib projects from test code.
Documentation
1
2
3
4
#[no_mangle]
pub extern "C" fn identity(x: i32) -> i32 {
    x
}