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
Currently, some structs from hashbrown are used in the core API (e.g. the mapping parameter of token_swapper). As a result, downstream libraries are required to use the same minor version of hashbrown, which has proven to be somewhat cumbersome.
Note that by switching to the standard lib equivalents, we may take some perf hit, but perhaps this is worth the UX improvement.