push and test the search queue datastructure

This commit is contained in:
Tamo 2024-03-26 15:56:43 +01:00
parent fc1c3f4a29
commit c41e1274dc
6 changed files with 217 additions and 0 deletions

View file

@ -9,6 +9,7 @@ pub mod middleware;
pub mod option;
pub mod routes;
pub mod search;
pub mod search_queue;
use std::fs::File;
use std::io::{BufReader, BufWriter};