worker-macros 0.8.1

Macros to support the `worker` crate and remove FFI boilerplate / conversion from user code.
Documentation
1
2
3
4
5
6
7
error: custom attribute panicked
 --> tests/ui/fetch-wrong-param-count.rs:3:1
  |
3 | #[event(fetch)]
  | ^^^^^^^^^^^^^^^
  |
  = help: message: the `fetch` handler should be a function with 3 arguments but found 1