postgres-binary-copy 0.3.0

Support for binary-format COPY query execution with postgres
Documentation
1
2
3
4
5
6
7
8
language: rust
rust:
- nightly
- 1.10.0
addons:
  postgresql: 9.4
script:
- cargo test