nefsm 0.1.3

A simple state machine library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# nefsm

`nefsm` is a Rust library for implementing finite state machines. It provides a flexible and reusable way to create state machines, allowing developers to more easily reason about complex systems and design more robust and reliable software.

## Installation

To use `nefsm` in your Rust project, simply add it to your `Cargo.toml` file:

```toml
[dependencies]
nefsm = "0.1.0"