volo-rs / faststr

`faststr` is a string library that try to avoid the cost of clone.
https://crates.io/crates/faststr
Apache License 2.0
81 stars 6 forks source link

Support `no_std` environment #12

Closed al8n closed 1 week ago

al8n commented 1 month ago

Hi, I want to switch from smol_str to faststr, but I am blocked because faststr does not support no_std.

PureWhiteWu commented 1 month ago

Hi, thank you for your choice and this suggestion, we will investigate how to add no_std support asap.

Furthermore, if you are interested, feel free to submit a pr.

PureWhiteWu commented 1 week ago

Hi, a new version has been published with no_std support.

Please have a try!