env-snapshot

Crates.ioenv-snapshot
lib.rsenv-snapshot
version0.2.0
sourcesrc
created_at2021-07-13 14:12:51.846705
updated_at2021-07-14 13:18:35.412517
descriptionSave and reload an entire environment on demand
homepagehttps://github.com/ewpratten/env-snapshot
repositoryhttps://github.com/ewpratten/env-snapshot
max_upload_size
id422277
size53,742
Evan Pratten (ewpratten)

documentation

https://docs.rs/env-snapshot

README

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
Commit count: 4

cargo fmt