os-bridge 0.1.2

A cross platform API bridge based on Rust language
Documentation
1
2
3
extern "C" {
   pub fn add(a: i32, b: i32) -> i32;
}