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: #[cli] can only be applied to impl blocks.

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