env-snapshot

Crates.io Docs.rs Build Clippy Audit

env-snapshot allows you to dump an arbitrary environment to a small-size binary file format, then at any time, on any machine, reload that environment and spawn a process with it.

This is a debugging tool.

Installation

This crate can be installed via cargo with:

sh cargo install env-snapshot