Sometimes it can be useful to disable certain extensions even if the host cpu sports them. - [x] Refactor the cached check logic in `src/detect/mod.rs` - [x] Add a `RUST_STD_DETECT_DISABLE` `env::var` check - Takes a space separate list of strings - For each of them mapping to an arch Feature, turn it off. - [x] Document its existence @gnzlbg Do you see any problem in this approach?