Registry / utility / bext-sml2

bext-sml2

JSON →
library2.0.0vcpkgunverified

Your scalable C++20 one header only State Machine Library with no dependencies.

vcpkg install bext-sml2
INSTALL
IMPORT
SIG · BEXT-SML2
B
bext-sml2
utilitycppv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sml2/sml2.hpp
#include <sml2/sml2.hpp>

Simple state machine with sml2.

#include <sml2/sml2.hpp> #include <iostream> struct Idle {}; struct Active {}; int main() { sml2::sm<Idle, Active> sm; sm.process_event(Idle{}); std::cout << "State machine processed event\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

bext-sml2 — pip install bext-sml2 · libregistry