rust-postgres/postgres
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
..
src Change the copy_in interface 2019-11-30 11:04:59 -05:00
Cargo.toml Release postgres v0.17.0-alpha.2 2019-11-27 21:01:24 -05:00
CHANGELOG.md Release postgres v0.17.0-alpha.2 2019-11-27 21:01:24 -05:00
LICENSE-APACHE Release postgres v0.16.0-rc.1 2019-04-06 20:59:01 -07:00
LICENSE-MIT Release postgres v0.16.0-rc.1 2019-04-06 20:59:01 -07:00