Skip to content

Instantly share code, notes, and snippets.

@zachreizner
Created July 10, 2018 07:58
Show Gist options
  • Save zachreizner/b5cef01143774544dc6f412f8ae44c70 to your computer and use it in GitHub Desktop.
Save zachreizner/b5cef01143774544dc6f412f8ae44c70 to your computer and use it in GitHub Desktop.
aarch64-apple-ios
aarch64-unknown-fuchsia
aarch64-unknown-linux-gnu
arm-apple-ios
arm-linux-androideabi
arm-unknown-linux-gnueabi
arm-unknown-linux-gnueabihf
arm-unknown-nacl
armv7-apple-ios
armv7s-apple-ios
armv7-unknown-linux-gnueabihf
asmjs-unknown-emscripten
cfg(all(any(target_os = "macos", target_os = "ios"), not(feature = "unix_sysv")))
cfg(all(not(feature = "no_std"), not(target_os = "redox")))
cfg(all(not(feature = "no_std"), target_os = "redox"))
cfg(all(not(target_os = "macos"), not(windows)))
cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios")))
cfg(all(target_family = "unix", not(any(target_os = "macos", target_os = "ios"))))
cfg(all(target_feature = "aes", any(target_arch = "x86_64", target_arch = "x86")))
cfg(all(target_os = "linux", features = "nightly"))
cfg(all(target_os = "macos", not(feature = "xplm210")))
cfg(all(target_os = "windows", target_env = "msvc"))
cfg(all(unix, not(any(target_os = "macos", android))))
cfg(all(unix, not(any(target_os = "macos", target_os = "android"))))
cfg(all(unix, not(any(target_os = "macos", target_os = "android", target_os = "ios"))))
cfg(all(unix, not(feature = "minimal")))
cfg(all(unix, not(target_arch = "wasm32")))
cfg(all(unix, not(target_os = "emscripten"), not(target_os = "macos"), not(target_os = "ios")))
cfg(all(unix, not(target_os = "freebsd")))
cfg(all(unix, not(target_os = "fuchsia"), not(target_os = "emscripten"), not(target_os = "macos"), not(target_os = "ios")))
cfg(all(unix, not(target_os = "macos")))
cfg(all(unix, not(target_os = "redox")))
cfg(all(windows, target_arch = "x86"))
cfg(all(windows, target_arch = "x86_64"))
cfg(all(windows, target_env = "msvc"))
cfg(any(all(any(target_os = "android", target_os = "linux"), any(target_arch = "aarch64", target_arch = "arm", target_arch = "powerpc64", target_arch = "x86", target_arch = "x86_64")), all(target_os = "freebsd", target_arch = "x86_64")))
cfg(any(target_arch = "x86", target_arch = "x86_64"))
cfg(any(target_os = "android", all(unix, not(target_os = "macos"))))
cfg(any(target_os = "android", target_os = "linux"))
cfg(any(target_os = "android", target_os = "linux", all(target_os = "windows", target_env = "gnu")))
cfg(any(target_os = "android", target_os = "linux", target_os = "windows"))
cfg(any(target_os = "android", target_os = "linux", target_os = "windows", target_os = "web"))
cfg(any(target_os = "linux", target_os = "android"))
cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))
cfg(any(target_os = "linux", target_os = "freebsd"))
cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd"))
cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))
cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "windows"))
cfg(any(target_os = "linux", target_os = "macos"))
cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "dragonfly", target_os = "bitrig", target_os = "openbsd", target_os = "netbsd"))
cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))
cfg(any(target_os = "macos", target_os = "android", target_os = "linux", target_os = "windows", target_os = "nintendo_switch"))
cfg(any(target_os = "macos", target_os = "ios"))
cfg(any(target_os = "macos", target_os = "windows"))
cfg(any(target_os = "macos", target_os = "windows", target_os = "android"))
cfg(any(target_os = "macos", target_os = "windows", target_os = "android", target_os = "ios"))
cfg(any(target_os = "redox", all(unix, not(any(target_os = "macos", target_os = "ios")))))
cfg(any(target_os = "redox", unix))
cfg(any(target_os = "windows"))
cfg(any(target_os = "windows", target_os = "android"))
cfg(any(unix, target_os = "dragonfly"))
cfg(any(unix, target_os = "redox"))
cfg(any(unix, target_os = "windows", target_os = "nintendo_switch"))
cfg(any(unix, target_os = "windows", target_os = "web"))
cfg(any(unix, windows))
cfg(feature = "serde")
cfg(feature = "std")
cfg(fuzzing)
cfg(fuzzing_debug)
cfg(macos)
cfg(not(all(any(target_arch = "x86", target_arch = "x86_64"), target_feature = "rdrnd")))
cfg(not(all(target_feature = "rdrnd", any(target_arch = "x86", target_arch = "x86_64"))))
cfg(not(all(windows, target_arch = "x86")))
cfg(not(all(windows, target_env = "gnu")))
cfg(not(any(feature = "stub", target_os = "windows", target_os = "macos")))
cfg(not(any(target_os = "windows", target_os = "macos")))
cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))
cfg(not(feature = "gte-vsscript-api-32"))
cfg(not(feature = "rustc_serialize"))
cfg(not(feature = "serde"))
cfg(not(feature = "serde_integration"))
cfg(not(feature = "std"))
cfg(not(target_arch = "wasm32"))
cfg(not(target_env = "msvc"))
cfg(not(target_env = "musl"))
cfg(not(target_os = "emscripten"))
cfg(not(target_os = "linux"))
cfg(not(target_os = "macos"))
cfg(not(target_os = "openbsd"))
cfg(not(target_os = "redox"))
cfg(not(target_os = "unknown"))
cfg(not(target_os = "windows"))
cfg(not(windows))
cfg(target_arch = "wasm32")
cfg(target_arch = "x86_64")
cfg(target_endian = "big")
cfg(target_env = "msvc")
cfg(target_env = "musl")
cfg(target_family = "unix")
cfg(target_os = "android")
cfg(target_os = "cloudabi")
cfg(target_os = "dragonfly")
cfg(target_os = "emscripten")
cfg(target_os = "freebsd")
cfg(target_os = "fuchsia")
cfg(target_os = "ios")
cfg(target_os = "linux")
cfg(target_os = "macos")
cfg(target_os = "openbsd")
cfg(target_os = "redox")
cfg(target_os = "unix")
cfg(target_os = "windows")
cfg(unix)
cfg(window)
cfg(windows)
i386-apple-ios
i586-unknown-linux-gnu
i686-apple-darwin
i686-linux-android
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-freebsd
i686-unknown-linux-gnu
i686-unknown-linux-musl
i686-unknown-nacl
le32-unknown-nacl
mipsel-unknown-linux-gnu
mips-unknown-linux-gnu
not(any(cfg(windows),cfg(macos)))
powerpc64le-unknown-linux-gnu
powerpc64-unknown-linux-gnu
powerpc-unknown-linux-gnu
thumbv6m-none-eabi
thumbv7em-none-eabi
thumbv7m-none-eabi
wasm32-unknown-emscripten
wasm32-unknown-unknown
x86_64-apple-darwin
x86_64-apple-ios
x86_64-pc-linux-gnu
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
x86_64-sun-solaris
x86_64-unknown-bitrig
x86_64-unknown-dragonfly
x86_64-unknown-freebsd
x86_64-unknown-fuchsia
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
x86_64-unknown-nacl
x86_64-unknown-openbsd
x86_64-unknown-redox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment