canary_probe

Crates.iocanary_probe
lib.rscanary_probe
version0.2.1
sourcesrc
created_at2023-09-20 19:41:41.371545
updated_at2023-10-06 19:09:13.478718
descriptionCanary Probe is a simple tool to help students in Computer Programming I (CSU0001, NTNU) to test their code.
homepagehttps://github.com/JacobLinCool/canary-probe
repositoryhttps://github.com/JacobLinCool/canary-probe
max_upload_size
id978437
size40,864
JacobLinCool (JacobLinCool)

documentation

README

Canaryprobe

Canary Probe is a simple tool to help students in Computer Programming I (CSU0001, NTNU) to test their code.

It checks about the following:

  • Is the homework archive unpackable?
  • Is the Makefile working?
  • What are the executable files present?

Usage

Canaryprobe comes with a command line tool and a library.

Command line tool

cargo install canary-probe
canary-probe <zip-file>

Library

See docs.rs for documentation.

Commit count: 14

cargo fmt