# totally_not_mailicious - a crate that has non-malicious behaviour at build time There's no point reading `build.rs`, there definitely isn't anything interesting there. Contributions are welcome, see [`CONTRIBUTING.md`](CONTRIBUTING.md) for help getting started. ## Building totally_not_malicious is built with Cargo, the Rust package manager. Use `cargo build` to compile. You can also run `cargo build --release` for a release build. To view the maliciousness, run `cat target/build/debug/$packagename-$commit-hash/output`, and look at what gets sent to port 8080, with e.g. `nc -l 8080`. ## Documentation Run `cargo doc --open` to open the documentation for both totally_not_malicious and its dependencies in a web browser.