Add support for smol_str::SmolStr#107
Add support for smol_str::SmolStr#107AndreyErmilov wants to merge 2 commits intoSoftbearStudios:mainfrom
smol_str::SmolStr#107Conversation
|
Hello, thanks for the PR! For efficiency, Secondly, please enable |
|
Hi, @finnbear! Thank you for the comments. |
|
Thanks, looks good. Next time I work on bitcode (could be weeks/months from now), I'll fully review and likely merge this, making any remaining edits myself. Regarding MSRV, this seems like a non-issue because:
|
Hi, thank you for the crate!
This PR adds
Encode/Decodesupport forsmol_str::SmolStrbehind an optional smol_str feature flag, following the same pattern as the existing uuid, time, and rust_decimal integrations.