postgres_array 0.6.2

Array support for rust-postgres
Documentation
1
2
3
4
5
6
7
8
9
language: rust
rust:
- nightly
- beta
- stable
addons:
  postgresql: 9.4
script:
- cargo test