postgis 0.1.1

An extension to rust-postgres, adds support for PostGIS.
1
2
3
4
5
6
7
8
9
10
#[macro_use(to_sql_checked, accepts)]
extern crate postgres;
extern crate byteorder;


pub mod postgis;

#[test]
fn it_works() {
}