Canary Probe is a simple tool to help students in Computer Programming I (CSU0001, NTNU) to test their code.
It checks about the following:
Canaryprobe comes with a command line tool and a library.
bash
cargo install canary-probe
canary-probe <zip-file>
See docs.rs for documentation.