Skip to content

Instantly share code, notes, and snippets.

@pzol
Last active August 29, 2015 13:55
Show Gist options
  • Save pzol/8706490 to your computer and use it in GitHub Desktop.
Save pzol/8706490 to your computer and use it in GitHub Desktop.
#[ crate_id = "vmod_rpm#0.1" ];
// #[ crate_type = "lib" ];
#[ no_std ];
// #[ allow(ctypes) ];
// #[no_mangle]
// pub extern fn add(lhs: uint, rhs: uint) -> uint {
// lhs + rhs
// }
// #[no_mangle]
// pub extern fn passable(contract: ~str, method: ~str) -> bool {
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment