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
partitioning is the easier of the two, as its just replacing std with alloc and importing Vec/vec
transformation would have to be changed slightly as you use HashMap and HashSetin a number of places. This might be able to be transition to hashbrown'sHashMap and HashSet types.
I haven't looked into parry dependencies but it doesn't seem that much of it requires std. A quick skim of it seems to just be spade for the transformation module
The text was updated successfully, but these errors were encountered:
partitioning
is the easier of the two, as its just replacingstd
withalloc
and importingVec
/vec
transformation
would have to be changed slightly as you useHashMap
andHashSet
in a number of places. This might be able to be transition to hashbrown'sHashMap
andHashSet
types.I haven't looked into
parry
dependencies but it doesn't seem that much of it requiresstd
. A quick skim of it seems to just be spade for thetransformation
moduleThe text was updated successfully, but these errors were encountered: