Module Rss.Category

type t
val make : ?domain:string -> category:string -> unit -> t
val pp : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool