moku 0.3.0

A library for creating hierarchical state machines (HSM)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0658]: non-inline modules in proc macro input are unstable
 --> tests/compile_fail/machine_module/inline_module.rs:8:5
  |
8 |     mod machine;
  |     ^^^^^^^^^^^^
  |
  = note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information

error: a `moku::machine_module` must have empty braces, try `mod machine {}`
 --> tests/compile_fail/machine_module/inline_module.rs:7:5
  |
7 |     #[machine_module]
  |     ^