zerogc icon indicating copy to clipboard operation
zerogc copied to clipboard

#![no_std] support

Open Techcable opened this issue 4 years ago • 0 comments

Some allocators may require the stdlib, as an implementation detail. However, the core API should not in order to remain lightweight.

Some allocators may also require liballoc or malloc as a backing allocator.

Techcable avatar Apr 21 '21 21:04 Techcable