Expand description
This crate provides ways of identifying an actor within the git repository both in shared and mutable variants.
§Feature Flags
serde
— Data structures implementserde::Serialize
andserde::Deserialize
.
Re-exports§
Modules§
Structs§
- Identity
- A person with name and email.
- Identity
Ref - A person with name and email, as reference.
- Signature
- A mutable signature is created by an actor at a certain time.
- Signature
Ref - A immutable signature is created by an actor at a certain time.