rust-postgres/tokio-postgres/tests/test
Steven Fackler e5e03b0064 Change the copy_in interface
Rather than taking in a Stream and advancing it internally, return a
Sink that can be advanced by the calling code. This significantly
simplifies encoding logic for things like tokio-postgres-binary-copy.

Similarly, the blocking interface returns a Writer.

Closes #489
2019-11-30 11:04:59 -05:00
..
types Return a custom TlsStream rather than a ChannelBinding up front 2019-10-27 14:25:58 -07:00
main.rs Change the copy_in interface 2019-11-30 11:04:59 -05:00
parse.rs Fix build 2019-03-04 22:22:51 -08:00
runtime.rs Upgrade to tokio 0.2/futures 0.3 2019-11-26 16:32:36 -08:00