emjudge-judgecore 0.1.12

Emjudge-Judgecore is a comprehensive library designed for the evaluation and testing of executing programs against specific specifications. Offering a robust judging system, it provides the framework for running and assessing programs within defined criteria, making it an essential tool for comprehensive program evaluation and testing.
Documentation
1
2
3
4
5
fn main() {
    #[cfg(feature = "cgroup")]
    pkg_config::Config::new().probe("libcgroup").unwrap();
    println!("cargo:rerun-if-changed=build.rs");
}