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
85 stars 7 forks source link

fix: potential ub according to #9 #10

Closed PureWhiteWu closed 4 months ago

PureWhiteWu commented 4 months ago

Ref #9

Thanks to @saethlin .