[−][src]Crate build_info_common
Structs
| BuildInfo | Information about the current build |
| CompilerVersion |
|
| CrateInfo | Information about the current crate (i.e., the crate for which build information has been generated) |
| DateTime | ISO 8601 combined date and time with time zone. |
| GitInformation | Information about a git repository |
| Utc | The UTC time zone. This is the most efficient time zone when you don't need the local time. It is also used as an offset (which is also a dummy type). |
| Version | Represents a version number conforming to the semantic versioning scheme. |
Enums
| CompilerChannel |
|
| Identifier | An identifier in the pre-release or build metadata. |
| VersionControl | Support for different version control systems |
Traits
| TimeZone | The time zone. |