Skip to content

Add the initial architecture draft

Eisha Chen-yen-su requested to merge backend-frontend-loops into master

This adds the initial architecture of Automata. In this, we have the application composed with a frontend and a backend. These two parts communicate through a Rust mpsc::channel.

Merge request reports