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
Would like the option to compile this crate in no-std environments.
Pull request #6 offers this support, although some of it may conflict with currently uncommitted work-in-progress for #2. This is a tracking issue to ensure that I circle back to it once that work is finished.
The text was updated successfully, but these errors were encountered:
Just a passing comment, but depending on how things are written, It could be fairly easy to with a feature flag. Just read the PR, thats exactly what it does, but changing the flag to no-alloc instead would be more descriptive to what it does.
no-std doesn't necessarily mean no allocator, things can be written with core::alloc::Vec for anything with a global allocator but still considered no-std.
Would like the option to compile this crate in no-std environments.
Pull request #6 offers this support, although some of it may conflict with currently uncommitted work-in-progress for #2. This is a tracking issue to ensure that I circle back to it once that work is finished.
The text was updated successfully, but these errors were encountered: