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?