lib.rs
Smoltcp
223,317 downloads per month Used in 88 crates (48 directly). 0BSD license . 2MB 41K SLoC. smoltcp. smoltcp is a standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems. Its design goals are simplicity and robustness. Its design anti-goals include complicated compile-time computations, such as macro or type tricks, even at cost of performance degradation.
tcpproxy
#2105 in Network programming. MIT license . 13KB 168 lines. tcpproxy. a simple, cross-platform, multi-client TCP proxy. tcpproxy is a cross-platform, multi-client TCP proxy written in rust, that is designed for those "one-time" tasks where you usually end up spending more time installing a proxy server and setting up the myriad configuration files and options than you do actually using it.
tcpserver
rust tcp server frame | Rust/Cargo package. Lib.rs › Network programming # tcp # server # tokio # io # frame tcpserver rust tcp server frame. Owned by luyikk. Install; API reference; GitHub repo ; 40 releases (19 stable) 2.2.0 Jan 21, 2025 2.0.0 Jan 18, 2024 1.6.1 Apr 20, 2023 1.6.0 Mar 20, 2022
tcp-console
TCP Console. tcp-console is a simple TCP-based interface designed for applications that need an external control channel. It provides a way to send commands to a running application to alter its behavior or fetch operational data. This project addresses these requirements by supporting both strongly-typed commands (structured data) and plain ...