Functionsยง
- Get the deployment target based on the standard environment variables, or fall back to the minimum version supported by
rustc
. - Name of the environment variable used to fetch the deployment target on the given OS.
- macho_
platform ๐ - The deployment target for the given target.
- Minimum operating system versions currently supported by
rustc
. - parse_
version ๐Parse an OS version triple (SDK version or deployment target).
Type Aliasesยง
- OSVersion ๐Deployment target or SDK version.