Crate snapup

Source
Expand description

Abstractions for handling snapshots with streams of subsequent updates.

Structs§

SnapshotWithUpdates
Wraps a ‘snapshot’ (initial data) with updates (some kind of update which can be applied to the snapshot to update).

Enums§

SnapshotOrUpdate