sqlx/sqlx-core
AlphaKeks 6561830421
feat: support NonZero* scalar types (#3244)
* feat: support `NonZero*` scalar types

This commits adds `Type`, `Encode`, and `Decode` impls for all the
`NonZero*` types from the standard library. They are implemented as
direct proxies to their primitive counterparts, except that when
decoding, the values are checked to not be zero.

* fixup!: remove `non-zero` cargo feature

* fixup!: make `non-zero` module private

* fixup!: rebase and fix trait impls
2024-06-05 13:18:04 -06:00
..
src feat: support NonZero* scalar types (#3244) 2024-06-05 13:18:04 -06:00
Cargo.toml bump rustls to 0.21.11 (#3216) 2024-04-26 16:26:52 -07:00