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.
This crate can be installed via cargo
with:
sh
cargo install env-snapshot