rust-postgres/postgres
Joe Wilm d011bb257a Make Rows a fully owned type (#264)
* Make Rows a fully owned type

This allows Rows to outlive a statement and be sent to 'static threads.

Resolves #263.

* fixup! Make Rows a fully owned type

* Remove unneeded Debug impl

* Oops, we do actually need this :(
2017-06-06 20:10:56 -04:00
..
benches Move to a nested configuration 2016-12-20 15:20:00 -08:00
src Make Rows a fully owned type (#264) 2017-06-06 20:10:56 -04:00
tests Make Rows a fully owned type (#264) 2017-06-06 20:10:56 -04:00
Cargo.toml Use the bytes crate for backend message parsing (#253) 2017-05-06 08:28:07 -07:00