Crate janetrs_macros

source ·

Macros§

Attribute Macros§

  • Conditional Janet Version Gate
  • Macro that tranforms a high-level Janet function (fn(&mut [Janet]) -> Janet) to the thing the Janet C API is expecting (fn(i32, *mut janetrs::lowlevel::Janet) -> janetrs::lowlevel::Janet)
  • Conditional Janet Version Gate