std_detect 0.1.5

`std::detect` - Rust's standard library run-time CPU feature detection.
Documentation
//! `std_detect`

#[doc(hidden)] // unstable implementation detail
#[unstable(feature = "stdsimd", issue = "27731")]
pub mod detect;