[][src]Crate liboj

A high performance framework for building online judge system.

Re-exports

pub use checker::Checker;
pub use compiler::Compiler;
pub use structures::*;

Modules

checker

A configurable output checker. Utils to compare two files line by line.

compiler

A simple API for different compilers.

executor

Executor for running a single program with resource limit and system calls filter. Run a program in a new container with resource limit and system calls filter.

structures

Structures definitions. Structures for online judge system.