• caglararli@hotmail.com
  • 05386281520

Rust library for network-related functions [closed]

Çağlar Arlı      -    10 Views

Rust library for network-related functions [closed]

I'm looking for Rust libraries that can help me manage and redirect network traffic within a LAN environment.

What I want is to handle the redirection of intercepted HTTP traffic

use hyper::{Client, Request, Uri};
use hyper::rt::{self, Future};
use hyper::service::service_fn_ok;

Is this okay or do I need to use another?