| Crates.io | acadcheck |
| lib.rs | acadcheck |
| version | 0.1.12 |
| created_at | 2023-07-27 06:15:35.602801+00 |
| updated_at | 2023-08-20 17:13:45.64364+00 |
| description | A simple to use, flexible library for building checkers used in programming contests or homeworks. |
| homepage | |
| repository | https://github.com/acadnet-dev/checker-rs |
| max_upload_size | |
| id | 927147 |
| size | 31,035 |
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.
[dependencies]
acadcheck = "0.1.0"
use-serde for serialisation of outputs and errors.acadcheck = { version = "0.1.0", features = ["use-serde"] }