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
Apart from intrinsic memory allocation needed for collections, smart pointers, etc., the library does not depend on a lot of system functions that the OS provides therefore making it a good candidate for a no_std implementation with just the alloc and collection features enabled.
There is really no pressing need for this now and requirements might change as the implementation evolves. But it would be nice to enforce this non-dependency somehow so this issue is here for that as well as other needs for it in the future.
The text was updated successfully, but these errors were encountered:
Apart from intrinsic memory allocation needed for collections, smart pointers, etc., the library does not depend on a lot of system functions that the OS provides therefore making it a good candidate for a
no_std
implementation with just thealloc
andcollection
features enabled.There is really no pressing need for this now and requirements might change as the implementation evolves. But it would be nice to enforce this non-dependency somehow so this issue is here for that as well as other needs for it in the future.
The text was updated successfully, but these errors were encountered: