[][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 TargetInfo for the specified target triple