rust-postgres/postgres
Steven Fackler 2a80118e87 Don't require use of iterators
The common case is to simply want a vec of rows to work with, so make
that the main API, wrapping the old version returning an iterator.
2019-03-10 17:27:28 -07:00
..
src Don't require use of iterators 2019-03-10 17:27:28 -07:00
Cargo.toml Upgrade fallible-iterator 2019-03-10 16:32:28 -07:00