Crate gix_actor

Source
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 implement serde::Serialize and serde::Deserialize.

Re-exports§

pub use bstr;
pub use gix_date as date;

Modules§

signature

Structs§

Identity
A person with name and email.
IdentityRef
A person with name and email, as reference.
Signature
A mutable signature is created by an actor at a certain time.
SignatureRef
A immutable signature is created by an actor at a certain time.