ignore this please!
miniupnp for Rust
wanted to play with making a simple Rust binding to minipnpc for Peach Cloud.
but now realize we should just use upnpc program, as it has features not included in exported library headers.
https://rust-lang.github.io/rust-bindgen/requirements.html
apt-get install llvm-3.9-dev libclang-3.9-dev clang-3.9clone repo
cargo build
cargo test