1
2
3
4
5
6
7
pub mod client;
pub mod server;
pub mod resp;

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