rustvello 0.1.4

Distributed task library for Rust, inspired by pynenc
1
2
3
4
5
6
#[rustvello::task(key_arguments = ["nonexistent"])]
fn my_task(x: i32) -> i32 {
    x + 1
}

fn main() {}