Registry / utility / gix-actor

gix-actor

JSON →
library0.41.1rscratesunverified

A way to identify git actors.

# Cargo.toml [dependencies] gix-actor = "0.41.1"
INSTALL
IMPORT
SIG · GIX-ACTOR
G
gix-actor
utilityrustv0.41.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Actor
use gix_actor::Actor;

Creates a git actor (author/committer) with name, email, and timestamp.

use gix_actor::Actor; fn main() { let actor = Actor::new("Author", "author@example.com", std::time::SystemTime::now()); println!("{:?}", actor); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.41.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gix-actor — cargo add gix-actor · libregistry