Refactor search results and add some actual search functionality

This commit is contained in:
Jonas Zeunert
2024-04-23 17:01:18 +02:00
parent 4c7d6143ae
commit 94d4425661
6 changed files with 109 additions and 26 deletions

View File

@@ -1,11 +1,13 @@
use clap::Parser;
use log::info;
use std::net::{IpAddr, TcpListener};
mod options;
mod server;
mod elastic_query;
mod elastic_response;
mod search_result;
#[derive(Parser, Debug)]
struct Args {