Crate diesel_chrono_duration [] [src]

diesel-chrono-duration

This crate implements storage functionality for the chrono::Duration type. It could be included into the diesel itself but its policy does not allow that.

Installation

Add the following dependency to your project's Cargo.toml:

[dependencies]
diesel-chrono-duration = "0.1"

And add this to your root file:

extern crate diesel_chrono_duration;

Structs

ChronoDurationProxy