Module identity

Source
Expand description

Handling of user identities.

§Note

Git-bug stores identities not in the same way as Entities are normally stored. This means, that the Operations we provide, are completely custom to git-bug-rs and will not be commited to disk in this way. In general, this should not provide a problem, but it could result in their ordering being not really the same.

If you need concrete access to the actual on disk format, use Identity::read_legacy.

Modules§

identity_operation
Operations that affect an Identity
legacy
Interface code, that can Read the legacy storage format of Identities.
read
snapshot
The Snapshot type specialized for Identities.

Structs§

Identity
A user identity. This is a unique representation of an user.