Issues
- 0
Query current state
#39 opened by elrom - 0
- 0
project does not compile on Rustc 1.67.1
#36 opened by AntoineMugnier - 0
- 0
Publish Release 1.0
#27 opened by AntoineMugnier - 0
Make example in `state` macro work
#34 opened by AntoineMugnier - 0
add rustfmt to project ci
#4 opened by AntoineMugnier - 0
Perform unit tests in ci
#17 opened by AntoineMugnier - 0
Generate Readme automatically in CI
#33 opened by AntoineMugnier - 0
- 0
Fix lib.rs doc test
#29 opened by AntoineMugnier - 0
- 0
Optimize state searching algorithm
#18 opened by AntoineMugnier - 1
kaoori_hsm _derive proc macro should allow to perform structural checks on the implemented state machine
#16 opened by AntoineMugnier - 0
Remove existence of the default_state
#23 opened by AntoineMugnier - 0
- 0
Avoid multiplication of `ProtostateMachine<>` variants in flash when user define multiple state machines
#19 opened by AntoineMugnier - 1
- 0
kaori_hsm_derive proc macro should used fully path for referencing to kaori_hsm modules
#14 opened by AntoineMugnier - 0
- 0
make macros for sm operations instead of using member functions of `ProtoStateMachine`
#10 opened by AntoineMugnier - 1
Avoid the explicit definition of the state machine Event type by the user
#11 opened by AntoineMugnier - 1
Make the naming of the state tag implicit
#12 opened by AntoineMugnier - 1
Set up unit testing for kaori core
#3 opened by AntoineMugnier - 0
Make an interface in lib.rs for accessing crate definition outside the class in a standard way
#8 opened by AntoineMugnier - 1
- 0
Replace all `Option<>` by a more explicit enum variant when it is possible
#2 opened by AntoineMugnier - 0
Remove use of `&self` and `&mut self` for all methods where it could be avoided
#1 opened by AntoineMugnier