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

cps_st_machine

State machines driven by continuation passing style

1 unstable release

0.1.0 Dec 22, 2024

#867 in Algorithms

Download history 90/week @ 2024-12-18 13/week @ 2024-12-25 2/week @ 2025-01-08

105 downloads per month

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