mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-11-02 22:42:46 +00:00
* implement Encode, Decode, Type for Arc<str> and Arc<[u8]> (and Rc equivalents) * sqlx-sqlite: Remove clone in Encode impl * sqlx-sqlite: Remove unnecessary impls