orchestra 0.4.1

Generate an orchestra of subsystems from a single struct.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error: Must declare the orchestra error type via `error=..`.
  --> tests/ui/err-04-missing-error.rs:16:1
   |
16 | #[orchestra(signal=SigSigSig, event=Event, gen=AllMessages)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this error originates in the attribute macro `orchestra` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0433]: failed to resolve: use of undeclared type `Orchestra`
  --> tests/ui/err-04-missing-error.rs:30:10
   |
30 |     let _ = Orchestra::builder()
   |             ^^^^^^^^^ use of undeclared type `Orchestra`