postgres_array 0.8.0

Array support for rust-postgres
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "postgres_array"
version = "0.8.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Array support for rust-postgres"
repository = "https://github.com/sfackler/rust-postgres-array"
documentation = "https://docs.rs/postgres_array/0.8.0/postgres_array"

[dependencies]
fallible-iterator = "0.1"
postgres = "0.14"
postgres-protocol = "0.3"