rust-postgres/tokio-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
..
src Allow FromSql to borrow from the buffer 2018-04-22 13:16:34 -07:00
Cargo.toml Fix minimum tokio-core version 2018-04-15 14:38:58 -07:00