queuey-macros 0.3.0

Derive macros (#[derive(Queues)], #[derive(Job)]) for queuey
Documentation
1
2
3
4
5
error: `prefetch` must be an integer between 1 and 65535
 --> tests/ui/prefetch_out_of_range.rs:5:24
  |
5 |     #[queue(prefetch = 70000)]
  |                        ^^^^^