1
2
3
4
5
// SPDX-License-Identifier: MIT OR Apache-2.0
/// The target that this crate was compiled for.
///
/// `None` if that target is not implemented.
pub const HOST_TARGET: Option<Target> = Some(Target::X86_64UnknownLinuxGnu);