Module Rss.Item

type t
val make : ?author:string -> ?categories:Category.t list -> ?comments:string -> ?enclosure:Enclosure.t -> ?source:Source.t -> title:string -> link:string -> pub_date:Date.t -> description:string -> guid:Guid.t -> unit -> t
val pp : ?default_time:(Date.hour * Date.min * Date.sec) -> Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool