Crate agnostik_attributes

Source
Expand description

Executor agnostik attributes.

§Examples

#[agnostik::main]
async fn main() {
    println!("Hello, world!");
}

Attribute Macros§

bench
Enables an async benchmark function.
main
Enables an async main function.
test
Enables an async test function.