Currently the base rss struct consist mainly of Options. This makes using them to create UI content a hassle. Since missing fields will get a default replacement it will be easier to work with a 'safe' or 'optionless' version of the struct, which takes in a normal item struct and replaces the None fields with a default value
Currently the base rss struct consist mainly of Options. This makes using them to create UI content a hassle. Since missing fields will get a default replacement it will be easier to work with a 'safe' or 'optionless' version of the struct, which takes in a normal item struct and replaces the None fields with a default value