Crossplatform sandbox for running user submitted code. Designed as a part of CATS contest control system.
git clone git@github.com:klenin/spawner2.git
cd spawner2
cargo build
In order for spawner2 to work on UNIX you need to run create_cgroups.sh every time after system startup.
Use following command to run tests:
cargo test -- --test-threads=1