Crate std_detect

source ·
🔬This is a nightly-only experimental API. (stdsimd)
Expand description

Run-time feature detection for the Rust standard library.

To detect whether a feature is enabled in the system running the binary use one of the appropriate macro for the target:

Modules

  • detectExperimental
    This module implements run-time feature detection.

Macros