Expand description
Various convenience functions for built
at runtime.
Functionsยง
- detect_
ci - Detect execution on various Continuous Integration platforms.
- get_
repo_ description - Retrieves the git-tag or hash describing the exact version and a boolean that indicates if the repository currently has dirty/staged files.
- get_
repo_ head - Retrieves the branch name and hash of HEAD.
- parse_
versions - Parses version-strings with
semver::Version::parse()
. - strptime
- Parse a time-string as formatted by
built
.