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

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