mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +00:00

* feat: implement Decode,Encode,Type for Box,Arc,Cow * feat implement Encode,Type for Rc * feat: implement Decode for Rc * chore: make tests more concise * chore: use macro's * chore: remove conflicting impls * chore: more macro's * Relax Sized bound for Decode, Encode * update unit tests * fixes after review * add comment in `Decode` impl * add comment about `ToOwned` trait bound * add comment explaining why decoding to `Cow::Owned` was chosen * Remove unnecessary Decode impls