epage / epage.github.io

https://epage.github.io/
2 stars 3 forks source link

Create a "SString" for Rust #3

Closed epage closed 2 years ago

epage commented 5 years ago

Real name needed

Basically, I found I was using Cow a lot in liquid-rust. What if we made a sstring crate

We'd then need to wrap all of the string operations to return either of these

epage commented 2 years ago

kstring covers this