glove-core 0.1.1

THis is glove core
Documentation
1
2
3
4
5
6
7
mod client;
mod server;

pub fn what_is_this() {
    println!("when you find this crate from my git, base codes are here.");
    println!("you can find source code here!")
}