Restructure printer code

This commit is contained in:
Joscha 2024-03-08 11:50:25 +01:00
parent dc6265f837
commit ce2f986983
5 changed files with 149 additions and 96 deletions

View file

@ -2,7 +2,7 @@ use axum::{extract::State, routing::post, Form, Router};
use serde::Deserialize;
use tokio::{net::TcpListener, sync::mpsc};
use crate::command::Command;
use crate::drawer::Command;
#[derive(Clone)]
struct Server {