Skip to main content

Module stats

Module stats 

Source
Available on crate feature vcs-git only.
Expand description

Per-file change-history statistics: the public Stats output and the internal Accumulator that the backend feeds during a walk.

Structs§

Accumulator
Mutable per-file accumulator threaded through the history walk.
ChangeRecord
One commit’s effect on one file, as handed to Accumulator::record.
Stats
Per-file change-history metrics.

Constants§

VCS_SCHEMA_VERSION
Output-shape version for the vcs block. Bump on any change to the serialized field set. 2 added the change- and co-change-entropy fields (issue #330).