humbird network communication core library
You Know, for Faster!
```
```
```rust use humbird::{ config::config::load_config, run, };
fn main() { // load config loadconfig("config-template.toml".tostring()); run!(); } ```
Server configuration file templat ``` [server]
port = "port"
[directory]
root-path = ""
[proxy]
target = ["0.0.0.0:80", ""0.0.0.0:8080", "0.0.0.0:8888"]
mode = "WEIGHT" ```