prebindgen-proc-macro
Procedural macros for the prebindgen system.
This crate provides the procedural macros used by the prebindgen system:
#[prebindgen]or#[prebindgen("group")]- Attribute macro for marking FFI definitionsprebindgen_out_dir!()- Macro that returns the prebindgen output directory path
These macros are typically imported from the main prebindgen crate rather than
used directly from this crate.