Module identity

Source
Expand description

Every Entity needs to be connected to a set of Identities that contributed to it.

Considering that the Identity is also stored as an Entity, this relationship is cyclic. To break the cycle, we simply attach an IdentityStub to every committed Operation.

Modules§

from_value

Structs§

IdentityStub
A identity stub is what we actually commit in the repository.