echo.rs Introduction echo.rs is an implementation of echo server in rust. echo server echo back everything you send to it. It works over TCP. Usage Lunch echo.rs simply by cargo run -- 127.0.0.1:1378 & telnet 127.0.0.1 1378