| commit | 77e5b51164e50d6371fb3be80c36c3871cda4480 | [log] [tgz] |
|---|---|---|
| author | Joshua Nelson <jyn514@gmail.com> | Thu Feb 25 19:23:54 2021 -0500 |
| committer | GitHub <noreply@github.com> | Fri Feb 26 00:23:54 2021 +0000 |
| tree | 6e3d240b88e286488a5187008ed62124b924a163 | |
| parent | 860494dab6e115fe1205e796ce32d0affb3e3cca [diff] |
Switch from `doc(include)` to `doc = include_str!` (#1013) I plan to deprecate `doc(include)` in the near future, and rust-lang/rust denies warnings in CI.
This repository contains two main crates:
core_arch implements core::arch - Rust's core library architecture-specific intrinsics, and
std_detect implements std::detect - Rust's standard library run-time CPU feature detection.
The std::simd component now lives in the packed_simd crate.
To do a release of the core_arch and std_detect crates,
dev-dependencies in their Cargo.toml files (due to https://github.com/rust-lang/cargo/issues/4242),