Crate janetrs_macros[][src]

Macros

Declare a Janet module.

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