sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.52k stars 446 forks source link

Add smol_str 0.2 and 0.3 support #1095

Open novacrazy opened 10 months ago

novacrazy commented 10 months ago

Add smol_str 0.2 and 0.3 support, effectively a copy of the 0.1 file. Though I noticed the feature flags for 0.1 are missing an underscore, but changing that would break things so I just matched it for the new one.

novacrazy commented 2 months ago

Any chance this could be merged sometime? Starting to get cyclic dependency errors due to how many crates I've had to patch ToSql/FromSql support into.

novacrazy commented 2 months ago

This has been open long enough that there's now a 0.3 version of smol_str. Updated and rebased to latest for easier merging.