#tokio-postgres #wrapper #extension #diesel #smart-string #smartcow #smartstring

stack-string

A wrapper around SmartString which adds support for various extensions

33 releases

0.9.0 Apr 21, 2023
0.8.0 Dec 7, 2022
0.7.4 Jun 8, 2022
0.7.3 Mar 27, 2022
0.2.3 Mar 14, 2021

#1623 in Database interfaces

Download history 7/week @ 2024-01-08 10/week @ 2024-02-19 32/week @ 2024-02-26 15/week @ 2024-03-04 17/week @ 2024-03-11 18/week @ 2024-03-18 10/week @ 2024-03-25 38/week @ 2024-04-01 12/week @ 2024-04-08 14/week @ 2024-04-15

76 downloads per month
Used in 3 crates

Custom license

61KB
2K SLoC

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.

Dependencies

~1–16MB
~229K SLoC