[−][src]Module cfg_expr::targets
Types related to rustc targets
Structs
| TargetInfo | Contains information regarding a particular target known to rustc |
Enums
| Arch | All of the CPU architectures known to rustc |
| Endian | The endian types known to rustc |
| Env | All of the target environments known to rustc |
| Family | All of the target families known to rustc |
| Os | All of the operating systems known to rustc |
| Vendor | All of the target vendors known to rustc |
Constants
| ALL |
Functions
| get_target_by_triple | Attempts to find the |
| rustc_version | Retrieves the version of rustc for which the built-in targets were retrieved from. Targets may be added and removed between different rustc versions. |