syncbat 0.8.2

Sync-first runtime layer for batpak-family operation kits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error: #[syncbat::operation] requires `descriptor = ...`
 --> tests/ui/operation_macro_missing_descriptor.rs:1:1
  |
1 | / #[syncbat::operation(
2 | |     name = "echo",
3 | |     effect = Compute,
4 | |     input_schema = "schema.echo.input.v1",
5 | |     output_schema = "schema.echo.output.v1",
6 | |     receipt_kind = "receipt.echo.v1"
7 | | )]
  | |__^
  |
  = note: this error originates in the attribute macro `syncbat::operation` (in Nightly builds, run with -Z macro-backtrace for more info)