v0.2.1
Base
members are now directly accessible through anAutomaton
reference viaDeref
coercion. Hence,Base
functions can be called directly on the parentAutomaton
, e.g.let mut automaton = Automaton::with_initial_mode(SomeMode::new()); automaton.some_base_fn();
- Simplified
Automaton
example demonstratingMode
s that can hold onto&'a SomeType
references. - Added "Releases" section to README.md with a link to GitHub.