Wall Clock Time
wall-clock provides a simple and very basic struct for repsenting time as one reads it off a
clock on the wall, e.g. with no concept of date, or time zone.
Examples
Making a wall clock time:
use WallClockTime;
let wct = new;
You can also use the time! macro to get a syntax resembling a literal:
use time;
let wct = time!;
Features
wall-clock ships with the following features:
diesel-pg: Enables interop with PostgreSQLTIMEcolumns using Diesel.serde: Enables serialization and desearialization withserde. (Enabled by default.)