server-less 0.6.0

Composable derive macros for common Rust patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: #[http] can only be applied to impl blocks.

       Example:
         #[http]
         impl MyService { ... }
 --> tests/fixtures/http_on_struct.rs:4:1
  |
4 | #[http]
  | ^^^^^^^
  |
  = note: this error originates in the attribute macro `http` (in Nightly builds, run with -Z macro-backtrace for more info)