keltia / fetiche-rs

Rust crates for managing Surveillance data — ingress/egress formats for ECTL
MIT License
1 stars 1 forks source link

Now that `fetiched` can load and run `Engine` stuff, move state there. #23

Closed keltia closed 1 year ago

keltia commented 1 year ago

For now, fetiche-engine does state & queue management itself, including savid PID and stuff.

Now that I can call Engine::new(), store it and use it inside fetiched, move state management there, maybe in a State actor?

keltia commented 1 year ago

Introduced in c46f2623650388525eb59c1e4326f0f01f96257b.