rs_state_machine 2.0.0

A business-oriented state machine library
Documentation
1
2
3
4
5
6
7
8
/// The DSL (Domain Specific Language) module defines interactions with the library in a easier-to-read way for the developer.
pub mod dsl;
/// Holds the core infrastructure of the library.
pub mod core;

/// Tests
#[cfg(test)]
mod tests;