[][src]Crate tabox

Docs crates.io

A sandbox for task-maker and TuringArena

What does it do

tmbox 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

configuration
result
syscall_filter

Traits

Sandbox

A trait that represents a Sandbox

Type Definitions

Result

Convenience result type

SandboxImplementation