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
Made Rayon an optional dependency using a feature flag. It is enabled by default. Parallel processing can now be disabled by providing the --no-default-features flag at build time.