| Crates.io | stack-string |
| lib.rs | stack-string |
| version | 1.1.3 |
| created_at | 2021-03-13 03:57:16.005668+00 |
| updated_at | 2025-08-28 12:06:18.119018+00 |
| description | A wrapper around SmartString which adds support for various extensions |
| homepage | https://github.com/ddboline/stack-string-rs |
| repository | https://github.com/ddboline/stack-string-rs |
| max_upload_size | |
| id | 368123 |
| size | 130,678 |
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.