Static target_lexicon::HOST[][src]

pub static HOST: Triple = Triple{architecture: Architecture::I686,
       vendor: Vendor::Unknown,
       operating_system: OperatingSystem::Linux,
       environment: Environment::Gnu,
       binary_format: BinaryFormat::Elf,}

The Triple of the current host.