totally_not_malicious 1.0.0

Nothing dodgy here. Use this crate!
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 38.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • korteland

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 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.