eventcore-macros 0.3.0

Procedural macros for EventCore event sourcing library
Documentation
1
2
3
4
5
error: EventCore: #[derive(Command)] only supports structs with named fields
 --> tests/ui/tuple_struct.rs:6:8
  |
6 | struct TupleCommand(#[stream] StreamId);
  |        ^^^^^^^^^^^^