1 2 3 4 5 6 7 8
run: build LD_PRELOAD=target/debug/libplumber.so strace -e connect nc localhost 79 build: cargo build test: cargo test