comfy-git-version

Crates.iocomfy-git-version
lib.rscomfy-git-version
version0.4.0
sourcesrc
created_at2023-09-24 21:55:14.916671
updated_at2023-09-24 21:55:14.916671
descriptionA comfy fork of git-version: compile the git version (tag name, or hash otherwise) and dirty state into your program.
homepage
repositoryhttps://github.com/fusion-engineering/rust-git-version
max_upload_size
id982196
size5,788
Jakub Arnold (darthdeus)

documentation

https://docs.rs/git-version/

README

git-version

Embed git information in your code at compile-time.

use git_version::git_version;
const GIT_VERSION: &str = git_version!();

The version number will have a -modified suffix if your git worktree had untracked or changed files.

These macros do not depend on libgit, but simply uses the git binary directly. So you must have git installed somewhere in your PATH.

License: BSD-2-Clause

Commit count: 114

cargo fmt