1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
pub mod client;
pub mod server;
pub mod resp;
pub mod check;
pub mod common;
pub mod collector;
pub mod io;
pub mod config;

pub fn about(){
    println!("hey there its a very simple tcp connection manager developed for fdb in 2020 by tejasav dutt");
}