diesel-point 0.1.1

Diesel support for Point types in Postgres
Documentation
1
2
3
4
5
//! SQL Types.

#[derive(SqlType)]
#[diesel(postgres_type(name = "point"))]
pub struct Point;