inn-network - A network library for Inn

Report a Bug ยท Request a Feature . Ask a Question

Build and Test codecov License

Features

Supported

Example

```rust use actix::System; use inn_network::{proxy::Proxy, NetWork};

[actix_rt::main]

async fn main() { envlogger::initfromenv(envlogger::Env::new().defaultfilteror("debug")); // let sock5 = async { let _ = NetWork.start("127.0.0.1", 4556, || {}).await; }; let httpproxy = async { Proxy::startproxy("127.0.0.1:4557", "ca/ca/cacert.pem", "ca/ca/cakey.pem").await; }; tokio::join!(sock5, http_proxy); System::current().stop(); }

```

Contributing

First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please try to create bug reports that are:

License

Inn is licensed as MIT