Module lol_core::snapshot[][src]

Expand description

The snapshot abstraction and some basic implementations.

Modules

Structs

Snapshot tag is a tag that bound to some snapshot resource. If the resource is a file the tag is the path to the file, for example.

Type Definitions

The stream type that is used internally. it is considered as just a stream of bytes. The length of each bytes may vary.