rustvello 0.1.2

Distributed task library for Rust, inspired by pynenc
1
2
3
4
5
error: #[rustvello::task] does not support generic functions
 --> tests/compile_fail/generic_function.rs:2:19
  |
2 | fn my_generic_task<T: Clone>(x: T) -> T {
  |                   ^^^^^^^^^^