Module futhorc::tag

source ·
Expand description

Defines the Tag type, which represents a crate::post::Post tag.

Structs

  • Represents a crate::post::Post tag. On parsing a post from YAML, only the name field is parsed while the url field is left empty. The URL field must be filled in later based on the index_base_url and the tag name.