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
I need to use &CxxString as the key of a BTreeMap or HashMap. However there are some trait impls currently missing, which we should just make delegate to the underlying &[u8]. BTreeMap requires Ord and HashMap requires Hash + Eq.
Activity