//! Git stats state for markdown widget.
//!
//! Tracks git diff statistics for the markdown source file.
pub use *;
pub use *;
pub use *;
use crateGitStats;
use Instant;
/// Git stats state for markdown source files.
///
/// Tracks additions, modifications, and deletions from git diff.