sandkiste

An abstract API for the Rust programming language to allow executing scripting language code snippets in a sandbox.

The API is provided by the sandkiste crate.

Lua support

With the additional sandkiste_lua crate, the Lua programming language can be run sandboxed within a Rust program.

Documentation

Documentation is available at Docs.rs:

Packages

Packages can be downloaded at the Rust Package Registry:

Repository

For the API use:
git clone https://www.public-software-group.org/git/sandkiste.git

For sandkiste_lua use:
git clone https://www.public-software-group.org/git/sandkiste_lua.git