Crate git_status_vars

source ·
Expand description

This is primarily a command line utility. The documentation for the command line interface is in README.md.

The primary entrance to this code is summarize_repository(). It opens a Repository, then calls summarize_opened_repository() on it.

Currently the minimum supported Rust version (MSRV) is 1.64.

§Versioning

This follows semantic versioning for the command line utility, not the crate API. Breaking changes to the API are not guaranteed to involve a major version change, since I don’t anticipate this being used as a crate by anyone else.

Structs§

Traits§

  • An object that can be written as a group of shell variables.

Functions§