Post definition
Exoplanet will produce a list of these feed entries
Summary
Functions
Builds the struct of posts or feed entries
Types
@type t() :: %Exoplanet.Post{ authors: [String.t()], body: String.t() | nil, categories: [String.t()] | nil, feed_url: String.t(), id: String.t(), published: NaiveDateTime.t() | nil, summary: String.t() | nil, title: String.t(), updated: NaiveDateTime.t() | nil }