//! Target `cfg` attributes. Documented in the "Conditional compilation" section
//! of the Rust reference:
//!//! <https://doc.rust-lang.org/reference/attributes.html#conditional-compilation>
modarch;modenv;modos;pubuseself::arch::{Arch,TARGET_ARCH};pubuseself::env::{Env,TARGET_ENV};pubuseself::os::{OS,TARGET_OS};