export_name.rs 117 B

1234
  1. #[export_name = "do_the_thing_with_export_name"]
  2. pub extern "C" fn do_the_thing() {
  3. println!("doing the thing!");
  4. }