35 releases (2 stable)
| 1.1.3 | Aug 28, 2025 |
|---|---|
| 1.1.2 | Mar 24, 2025 |
| 0.9.0 |
|
| 0.8.0 | Dec 7, 2022 |
| 0.2.3 | Mar 14, 2021 |
#323 in HTTP server
69 downloads per month
Used in 3 crates
83KB
2.5K
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
~1–11MB
~233K SLoC