BuildMetadata

data class BuildMetadata(var timestamp: String, var cargoDebug: String, var cargoFeatures: String, var optLevel: String, var targetTriple: String, var gitBranch: String, var gitDescribe: String, var gitSha: String, var gitDirty: String)(source)

Metadata describing the conditions of the build of this software.

Constructors

Link copied to clipboard
constructor(timestamp: String, cargoDebug: String, cargoFeatures: String, optLevel: String, targetTriple: String, gitBranch: String, gitDescribe: String, gitSha: String, gitDirty: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether this build was in Debug mode (true) or Release mode (false)

Link copied to clipboard

Features enabled for this build

Link copied to clipboard

Git branch

Link copied to clipboard

Output of git describe

Link copied to clipboard

true when the source code differed from the commit at the most recent git hash

Link copied to clipboard

Hash of current git commit

Link copied to clipboard

Optimization level

Link copied to clipboard

Build target triple

Link copied to clipboard

Build Timestamp