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
Although itertools have no_std support it lacks implementations of most usfeful functions like collect_vec, sorted_by() etc in no_std mode. From my tests it seems that implementing it should be fairly easy, and I will try to contribute with solution.