looper 0.0.2

A fixed step loop
Documentation
1
2
3
4
pub enum Action {
    Stop,
    Continue,
}