Crates.io | stack-string |
lib.rs | stack-string |
version | 0.9.0 |
source | src |
created_at | 2021-03-13 03:57:16.005668 |
updated_at | 2023-04-21 12:24:13.061928 |
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 | 63,033 |
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.