nefsm

Crates.ionefsm
lib.rsnefsm
version0.1.3
sourcesrc
created_at2023-02-24 21:08:33.468726
updated_at2023-04-04 17:14:36.972824
descriptionA simple state machine library for Rust.
homepage
repositoryhttps://github.com/nano-e/ne-fsm
max_upload_size
id793930
size22,844
(nano-e)

documentation

README

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:

[dependencies]
nefsm = "0.1.0"
Commit count: 29

cargo fmt