# ExBashkit v0.1.3 - Table of Contents

> Elixir NIF wrapper for bashkit, a sandboxed virtual bash interpreter written in Rust

## Pages

- [ExBashkit](readme.md)
- [Changelog](changelog.md)

## Modules

- [ExBashkit](ExBashkit.md): Run bash scripts in a sandboxed, virtual interpreter — no real processes,
no host filesystem, no network unless you grant it.
- [ExBashkit.Python](ExBashkit.Python.md): The `python` builtin: run sandboxed Python inside a bash session, sharing the
session's filesystem.
- [ExBashkit.Result](ExBashkit.Result.md): The outcome of an `ExBashkit.exec/1` call.
- [ExBashkit.Session](ExBashkit.Session.md): A persistent, stateful sandbox.
- [ExBashkit.VirtualFs](ExBashkit.VirtualFs.md): Behaviour for an Elixir-backed virtual filesystem mounted into a session.

