yeah as of now, no default features = nightly only. once the allocator API stabilizes then it will use the proper API when the feature is disabled
I'm not sure but it seems wrong to me, I know no other crate that fails to compile with no default feature which usually means less strict, You might want to get some other feedback about it from the community.
Originally posted by @fereidani in #630 (comment)
instead, what we would do is have a allocator-api feature that does not then require the allocator-api2 dependency and use alloc, whilst when it is disabled it defaults to allocator-api2
it's just the inverse of what we have
and update the ./README.md feature description
I'm not sure but it seems wrong to me, I know no other crate that fails to compile with no default feature which usually means less strict, You might want to get some other feedback about it from the community.
Originally posted by @fereidani in #630 (comment)
instead, what we would do is have a
allocator-apifeature that does not then require theallocator-api2dependency and usealloc, whilst when it is disabled it defaults toallocator-api2it's just the inverse of what we have
and update the
./README.mdfeature description