rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
589 stars 74 forks source link

Replace `crate` with `pub(crate)` #344

Closed thomcc closed 2 years ago

thomcc commented 2 years ago

This crate is basically deprecated, but this is a fix that can be done with regex, so might as well make it.

Fixes #343