Added queue with a little clean up.

This commit is contained in:
2025-04-03 21:48:16 -04:00
parent 29f0062cac
commit dc9aab3bab
4 changed files with 43 additions and 125 deletions

View File

@ -1,5 +1,4 @@
use crate::queue::Message;
use std::{fmt, sync::mpsc::Sender};
use std::fmt;
use uuid::Uuid;
#[derive(Clone, Debug)]
@ -55,7 +54,6 @@ impl fmt::Display for Field {
#[cfg(test)]
mod fields {
use super::*;
use std::sync::mpsc::channel;
#[test]
fn string_to_field() {