prebindgen-proc-macro 0.1.0

Procedural macros for prebindgen - export FFI definitions for binding generation
Documentation

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 definitions
  • prebindgen_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.