Crate janetrs_macros
source ·Macros§
- Checks the specified version of Janet is equal of the used Janet. Emits a boolean.
- 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