Show HN: A TCP Proxy in 30 lines of Rust
zmedley.com
Show HN: A TCP Proxy in 30 lines of Rust
1–4 of 4 posts
Re: Show HN: A TCP Proxy in 30 lines of Rust
#2The do X in n lines thing shears bothered me. Pendant perhaps.
Do X in n lines with y lines of library.
Re: Show HN: A TCP Proxy in 30 lines of Rust
#3The do X in n lines thing shears bothered me. Pendant perhaps. Do X in n lines with y lines of library.
Generally agree - the goal here was mostly to illustrate how simple a TCP proxy actually could be.
I shiver to think of how many lines of code actually get run with the tokio macro and green threads.
Re: Show HN: A TCP Proxy in 30 lines of Rust
#4The do X in n lines thing shears bothered me. Pendant perhaps. Do X in n lines with y lines of library.
Yeah I've got a python program that implements all of excel in around 30 lines of code. It's super effective!