tabox 0.1.10

A sandbox to execute a program in an isolated environment and measure its resource usage
Documentation
<!-- 
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
SPDX-License-Identifier: MPL-2.0
-->

# tabox

[![Docs]( https://docs.rs/tabox/badge.svg)]( https://docs.rs/tabox)
[![crates.io](https://img.shields.io/crates/v/tabox.svg)](https://crates.io/crates/tabox)

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

License: MPL-2.0