Crates.io | env-snapshot |
lib.rs | env-snapshot |
version | 0.2.0 |
source | src |
created_at | 2021-07-13 14:12:51.846705 |
updated_at | 2021-07-14 13:18:35.412517 |
description | Save and reload an entire environment on demand |
homepage | https://github.com/ewpratten/env-snapshot |
repository | https://github.com/ewpratten/env-snapshot |
max_upload_size | |
id | 422277 |
size | 53,742 |
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:
cargo install env-snapshot