stack-string

Crates.iostack-string
lib.rsstack-string
version0.9.0
sourcesrc
created_at2021-03-13 03:57:16.005668
updated_at2023-04-21 12:24:13.061928
descriptionA wrapper around SmartString which adds support for various extensions
homepagehttps://github.com/ddboline/stack-string-rs
repositoryhttps://github.com/ddboline/stack-string-rs
max_upload_size
id368123
size63,033
Daniel Boline (ddboline)

documentation

README

stack-string-rs

codecov

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.

Commit count: 111

cargo fmt