FYI, I have a plan to do a breaking change, returning slices instead of Vecs, &strs instead of Strings.
I guess you submit PRs because you use this crate. Do you prefer that I'll make a release with your changes before the breaking changes? The break is small anyways but I don't mind.
FYI, I have a plan to do a breaking change, returning slices instead of
Vec
s,&str
s instead ofString
s. I guess you submit PRs because you use this crate. Do you prefer that I'll make a release with your changes before the breaking changes? The break is small anyways but I don't mind.