rust-postgres/postgres
Steven Fackler fcbed9175b Allow FromSql to borrow from the buffer
This allows for in-place deserialization of text and bytea values in
particular.

Row::get_bytes is removed since it previously existed for this use case.

Closes #281
2018-04-22 13:16:34 -07:00
..
benches Switch CI to CircleCI 2.0 2017-07-08 19:41:24 -07:00
src Allow FromSql to borrow from the buffer 2018-04-22 13:16:34 -07:00
tests Allow FromSql to borrow from the buffer 2018-04-22 13:16:34 -07:00
Cargo.toml Use released socket2 2018-04-16 20:22:56 -07:00