plumber 0.0.5

plumber is a shim that adds pluggable service discovery to legacy systems without modifying their code.
Documentation
run: build
	LD_PRELOAD=target/debug/libplumber.so strace -e connect nc localhost 79

build:
	cargo build

test:
	cargo test