Rust-Postgres-Interval
A interval type for the postgres driver. Forked version.
Crate name on crates.io: pg_interval_2.
Contributing
There is a separate document on how to contribute to this repo here
Overview
Rust-Postgres-Interval is dedicated datatype for the postgres interval type.
extern crate pg_interval;
use Interval;