prebindgen-proc-macro 0.4.1

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
  • features!() - Macro that returns the list of features enabled for the crate

See also: prebindgen for the main processing library.