Crate tabox[][src]

Expand description

Docs crates.io

A sandbox for task-maker and TuringArena

What does it do

tabox allows you to do two things:

  • launch a process in a secure environment, where it cannot damage the existing machine
  • measure and limit the resource (cpu time, memory) usage of the process

Modules

Module that contains the configuration of the sandbox

This module contains types for the result of an execution

Module that contains types about the system call filter (supported only on Linux)

Traits

A trait that represents a Sandbox

Type Definitions

Convenience result type

The sandbox implementation