Skip to main content

Module opcode

Module opcode 

Source
Expand description

The opcode: one primitive edit, its target id bundled in. A commit’s payload is a Vec<OpCodes>; an op’s index in it is its Seq in the total write order. Rationale: docs/doc-ng-design-notes.md.

Enums§

Crud
One entity kind’s lifecycle: E creates it whole, U writes one of its fields, Delete removes it.
OpCodes