server-less 0.6.0

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