Crate git_actor

Source
Expand description

This crate provides ways of identifying an actor within the git repository both in shared/mutable and mutable variants.

§Feature Flags

  • serde1 — Data structures implement serde::Serialize and serde::Deserialize.

Modules§

signature

Structs§

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.
Time
A timestamp with timezone.

Enums§

Sign
Indicates if a number is positive or negative for use in Time.