env-snapshot 0.2.0

Save and reload an entire environment on demand
env-snapshot-0.2.0 is not a library.

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:

cargo install env-snapshot