Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
a0bb32e78d21ffeca39c2344ff377c8276e4aee8
/
.
/
crates
/
memchr
/
src
/
arch
/
wasm32
/
mod.rs
blob: 209f876cb58376aaa7c077498050d8d6ea429c5c [
file
] [
log
] [
blame
]
/*!
Vector algorithms for the `wasm32` target.
*/
pub
mod
simd128
;
pub
(
crate
)
mod
memchr
;