server_lib 0.1.0

Naive library for multithreading backend system
Documentation
1
2
3
4
5
6
7
pub struct HttpClient;

impl HttpClient {
    pub fn new() -> Self {
        HttpClient {}
    }
}