Docs.rs
janetrs_macros-0.7.3
janetrs_macros 0.7.3
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
GrayJack
Dependencies
janetrs_version ^0.1
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2.0.60
normal
trybuild ^1.0
dev
Versions
83.33%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
janetrs_
macros
0.7.3
All Items
Crate Items
Macros
Attribute Macros
Crate
janetrs_macros
Copy item path
Source
Macros
§
check_
janet_
version
Checks the specified version of Janet is equal of the used Janet. Emits a boolean.
declare_
janet_
mod
Declare a Janet module.
Attribute Macros
§
cjvg
Conditional Janet Version Gate
janet_
fn
Macro that creates from a high-level Janet function (
fn(&mut [Janet]) -> Janet
) to the kind of function the Janet C API is expecting (
fn(i32, *mut janetrs::lowlevel::Janet) -> janetrs::lowlevel::Janet
) with a modified name with
_c
postfix.
janet_
version
Conditional Janet Version Gate