Skip to main content

Crate dk_core

Crate dk_core 

Source

Re-exports§

pub use error::Error;
pub use error::Result;
pub use types::*;

Modules§

error
types

Constants§

VERSION
The version of the dk-core crate (set at compile time).

Functions§

resolve_author
Resolve the effective git author name and email for a merge commit. Falls back to the agent identity when the caller supplies empty or all-stripped strings. Sanitization runs BEFORE the emptiness check so that inputs like “\n” correctly fall back to the agent identity.