class Triple : CargoPriorityResolveBase<ITriple>, ITriple
<init> |
Triple(target: String?, args: List<ITriple?>) |
ar |
Same but for the library archiver which is passed to rustc via val ar: String? |
environmentPrefix |
val environmentPrefix: String |
environmentPropertyMapper |
val environmentPropertyMapper: Map<String, () -> Any?> |
linker |
This is the linker which is passed to rustc (via val linker: String? |
runner |
If a runner is provided, compiled targets for the val runner: String? |
rustFlags |
custom flags to pass to all compiler invocations that target $triple this value overrides build.rustflags when both are present val rustFlags: Iterable<String?>? |
target |
val target: String? |