time
There's no point reading build.rs
, there definitely isn't anything interesting
there.
Contributions are welcome, see CONTRIBUTING.md
for help
getting started.
totallynotmalicious 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
.
Run cargo doc --open
to open the documentation for both totallynotmalicious
and its dependencies in a web browser.