postgres_array 0.6.2

Array support for rust-postgres
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "postgres_array"
version = "0.6.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Array support for rust-postgres"
repository = "https://github.com/sfackler/rust-postgres-array"
documentation = "https://sfackler.github.io/rust-postgres-array/doc/v0.6.2/postgres_array"

[dependencies]
postgres = "0.11"
byteorder = "0.5"

[dev-dependencies]
rustc-serialize = "0.3"
time = "0.1"
uuid = "0.1"
postgres = { version = "0.11", features = ["rustc-serialize", "time", "uuid"] }