Crate snapshot

Source

Modules§

any_snapshot 🔒

Structs§

AnySnapshot
A type erased snapshot value. Or, alternatively, you can think of it as a partially (de)serialized value that can be nested in other values without incurring double encoding in the final output.
SnapshotReader
Reads snapshots created by SnapshotWriter.
SnapshotWriter
Writer of serialized VM snapshots.

Constants§

DEFAULT_ENCRYPTED_CHUNK_SIZE_BYTES 🔒