abi-vtable-macro 0.2.0

Proc-macro generating #[repr(C)] C vtables (struct + thunks + static + getter) from Rust trait definitions, for the dyn-loader abi mode
Documentation
1
2
3
4
5
6
7
error: custom attribute panicked
 --> tests/ui/associated_function.rs:3:1
  |
3 | #[abi_vtable(name = "bad")]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: abi_vtable: `Bad::helper` has no `self` receiver — associated functions are not vtable methods