2 unstable releases

0.2.0 Jul 14, 2021
0.1.0 Jul 13, 2021

#5 in #demand

GPL-3.0 license

19KB
77 lines

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

Dependencies

~1.5–2.6MB
~50K SLoC