acadcheck

acadcheck is a simple to use, flexible library for building checkers used in programming contests or homeworks. This crate is meant to act as a base, avoiding the need of writing different scripts from scratch for different types of usage.

Installation

toml [dependencies] acadcheck = "0.1.0"

Features

toml acadcheck = { version = "0.1.0", features = ["use-serde"] }