You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of database crates in the Rust ecosystem, e.g. sqlx, diesel, postgres, that all have traits related to serializing types in and out of Rows. It would be nice if CompactString implemented these traits.
The text was updated successfully, but these errors were encountered:
There are a number of database crates in the Rust ecosystem, e.g.
sqlx
,diesel
,postgres
, that all have traits related to serializing types in and out of Rows. It would be nice ifCompactString
implemented these traits.The text was updated successfully, but these errors were encountered: