33 releases
0.8.0 | Dec 7, 2022 |
---|---|
0.7.4 | Jun 8, 2022 |
0.7.3 | Mar 27, 2022 |
0.4.2 | Nov 30, 2021 |
0.2.3 | Mar 14, 2021 |
#471 in Rust patterns
71 downloads per month
Used in 2 crates
60KB
2K
SLoC
stack-string-rs
This started out as a wrapper around smartstring::SmartString, adding support for diesel and tokio-postgres types. It has since expanded somewhat and now includes both a wrapper around smartcow (which is a cow type that combines SmartString and str) and SmallString an enum that is either an ArrayString with a const generic length or a heap String.
Dependencies
~0.5–8.5MB
~161K SLoC