Crate target_features
source ·Expand description
Target features
A database of target features available to the Rust compiler.
Generated with rustc 1.71.0-nightly (e9e1bbc7a 2023-05-17).
Modules
- List of features available for each architecture.
Structs
- A target feature.
- Iterator returned by
Target::features. - A target architecture with optional features.
- Returned by
Target::from_cpuwhen the requested CPU can’t be found. - Returned by
Feature::newwhen the requested feature can’t be found.
Enums
- A target architecture.
Constants
- The target of the current build.
Traits
- Types which can be SIMD vector elements.