Feature request: no-std + alloc
VorpalBlade opened this issue · comments
Arvid Norlander commented
I was looking through the code of this crate. I have a need for something like this on a no-std + alloc target, but it seems several features (such as using Cow
from alloc) are missing. That should be possible to support.
Andrew Gallant commented
Can you say specifically what features you need? And also why you can't enable std?
Arvid Norlander commented
Andrew Gallant commented
Aye. Yes, this is definitely something we should do.
I believe the only API that's added with alloc
is Finder::into_owned
.
(I don't think there is any Cow
in the public API of this crate, FWIW.)