tagged-box icon indicating copy to clipboard operation
tagged-box copied to clipboard

Support for no_std without alloc

Open vinaychandra opened this issue 4 years ago • 1 comments

Instead of Box, can support be provided for NonNull which doesn't require alloc crate?

vinaychandra avatar May 09 '21 00:05 vinaychandra

TaggedPointer wraps a pointer, I'd be happy to take a PR feature gating everything except it

Kixiron avatar May 09 '21 02:05 Kixiron