You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate looks quite appealing because I am working on a project that cross compiles to wasm32 targets. Instead of panicking, I'd like for the crate to fallback to a standard iterator. Will this accomplish that?
The text was updated successfully, but these errors were encountered:
Yes, that is exactly what this crate does. It should require very few updates, because it simply re-exports rayon when rayon is enabled, and uses standard iterators when rayon is disabled.
This crate looks quite appealing because I am working on a project that cross compiles to wasm32 targets. Instead of panicking, I'd like for the crate to fallback to a standard iterator. Will this accomplish that?
The text was updated successfully, but these errors were encountered: