Crate target_triple
Source Expand description
- host
- Produces the value of HOST as a string literal.
- target
- Produces the value of TARGET as a string literal.
- HOST
- The host triple of the Rust compiler.
- TARGET
- The target triple that is being compiled for.