| Crates.io | nefsm |
| lib.rs | nefsm |
| version | 0.1.3 |
| created_at | 2023-02-24 21:08:33.468726+00 |
| updated_at | 2023-04-04 17:14:36.972824+00 |
| description | A simple state machine library for Rust. |
| homepage | |
| repository | https://github.com/nano-e/ne-fsm |
| max_upload_size | |
| id | 793930 |
| size | 22,844 |
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.
To use nefsm in your Rust project, simply add it to your Cargo.toml file:
[dependencies]
nefsm = "0.1.0"