tandem-server 0.6.2

HTTP server for Tandem engine APIs
1
2
3
4
5
6
7
8
9
10
11
12
13
use super::*;
use std::sync::Arc;
use tokio::net::TcpListener;
use tokio::sync::RwLock;

fn path_has_suffix(path: &str, suffix: &str) -> bool {
    path.replace('\\', "/").ends_with(suffix)
}

include!("bug_monitor_parts/part01.rs");
include!("bug_monitor_parts/part03.rs");
include!("bug_monitor_parts/part02.rs");
include!("bug_monitor_parts/part04.rs");