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.
toml
[dependencies]
acadcheck = "0.1.0"
use-serde
for serialisation of outputs and errors.toml
acadcheck = { version = "0.1.0", features = ["use-serde"] }