I'd like to be able to use `is_nfc_quick()`/`is_nfd_quick()` in a context where liballoc isn't available. It looks like the only thing linking `liballoc` right now is `tinyvec`. Would it be possible to make `tinyvec` into an optional dependency?
I'd like to be able to use
is_nfc_quick()/is_nfd_quick()in a context where liballoc isn't available.It looks like the only thing linking
liballocright now istinyvec. Would it be possible to maketinyvecinto an optional dependency?