rust-postgres/tokio-postgres/tests/test
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
..
types Start prepping for futures closing over parameters 2019-09-25 18:22:59 -07:00
main.rs Add channel_binding=disable/prefer/require to config 2019-09-24 17:03:37 -07:00
parse.rs Fix build 2019-03-04 22:22:51 -08:00
runtime.rs Upgrade to tokio alpha.4 2019-08-29 18:10:58 -07:00