[][src]Crate cpclib_sna

Re-exports

pub use flags::*;

Modules

flags
parse

Structs

MemoryChunk

Memory chunk that superseeds the snapshot memory if any.

Snapshot

Snapshot V3 representation. Can be saved in snapshot V1 or v2.

SnapshotChunkData

Raw chunk data.

UnknownChunk

Unknwon kind of chunk

Enums

SnapshotChunk

Represents any kind of chunks in order to manipulate them easily based on their semantic

SnapshotError
SnapshotMemory

3 different states are possible. No memory, 64kb or 128kb

SnapshotVersion

! Re-implementation of createsnapshot by Ramlaid/Arkos ! in rust by Krusty/Benediction