rust-postgres/tokio-postgres
Steven Fackler 680f7b8ecb Start prepping for futures closing over parameters
Change the slice-consuming methods to requiring &(dyn ToSql + Sync),
which makes the overall value Send. If you have non-Sync values for
whatever reason, you can still use the iterator-based methods.
2019-09-25 18:22:59 -07:00
..
src Start prepping for futures closing over parameters 2019-09-25 18:22:59 -07:00
tests/test Start prepping for futures closing over parameters 2019-09-25 18:22:59 -07:00
Cargo.toml Upgrade to tokio alpha.5 2019-09-19 14:48:34 -07:00
CHANGELOG.md Release postgres v0.16.0-rc.2 2019-06-29 21:43:50 -07:00
LICENSE-APACHE Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00
LICENSE-MIT Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00