pg_async 0.8.7

Asynchronous, HA (master-master) PostgreSQL driver on top of libpq
Documentation
1
2
3
4
5
fn main() {  // cf. http://doc.crates.io/build-script.html
  // libpq-dev
  //println! ("cargo:rustc-link-lib=pq");
  //println! ("cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu");
}