#continuation #driven #style #machines #state #defines #state-machine

cps_st_machine

State machines driven by continuation passing style

1 unstable release

0.1.0 Dec 22, 2024

#1013 in Algorithms

MIT license

7KB
121 lines

cps_st_machine

State machines driven by continuation passing style.


lib.rs:

This crate defines a set of primitives useful in creating state machines driven by continuation passing style.

No runtime deps