From 95a0f3a0b575e727db369b27d672c824686db013 Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Thu, 4 May 2017 21:00:57 +0100 Subject: Add brief overview of the new Date type. --- src/date.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/date.rs b/src/date.rs index 4729193..50a0d5d 100644 --- a/src/date.rs +++ b/src/date.rs @@ -4,6 +4,7 @@ use std::str::FromStr; use {Error, Result}; +/// A UTC timestamp. Used for serialization to and from the plist date type. #[derive(Clone, Debug, PartialEq)] pub struct Date { inner: DateTime, -- cgit v1.2.3