server-less 0.6.0

Composable derive macros for common Rust patterns
Documentation
1
2
3
4
5
6
error: #[http] applied to an empty impl block — no routes will be generated.
       Add at least one method, or remove the attribute.
 --> tests/fixtures/http_empty_impl.rs:5:16
  |
5 | impl MyService {}
  |                ^