Module futhorc::tag[][src]

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

Structs

Tag

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.