kaio-macros 0.4.0

Proc macro crate for KAIO — provides #[gpu_kernel] attribute macro.
Documentation
1
2
3
4
5
6
7
//! Parsing layer for `#[gpu_kernel]`.
//!
//! Converts `syn` AST into kernel IR types.

pub mod attrs;
pub mod body;
pub mod signature;