Traits§
- Build
Date Time - Trait for returning the build datetime stamp in UTC
- Build
Info - Trait for returning the build commit short hash
Derive Macros§
- Build
Date Time - This function creates a utc datetime in rfc3339 format and returns it as a
&'static str - Build
Info - This function gets the current short git commit hash from windows
or *nix and returns it as a
&'static str