cdylib-shim 0.0.1

A macro for creating dynamic library shims that can intercept and modify function calls
1
2
3
fn main() {
    println!("Hello, world!");
}