remove smol-str, broken out of #36 (although I've done it from scratch in this PR). => to reduce the scope of #36.
Backwards-incompatible changes
I haven't checked if/where SmolStr might've leaked into public API, but I needed to modify a single example and some tests, to this is probably backward-incompatible.
Summary & Motivation
remove smol-str, broken out of #36 (although I've done it from scratch in this PR). => to reduce the scope of #36.
Backwards-incompatible changes
I haven't checked if/where
SmolStr
might've leaked into public API, but I needed to modify a single example and some tests, to this is probably backward-incompatible.