extern (C) @system nothrow @nogc
struct mrss_t {
int allocated
int curl_error
char* file
size_t size
char* encoding
mrss_version_t version_
char* title
char* title_type
char* description
char* description_type
char* link
char* id
char* language
char* rating
char* copyright
char* copyright_type
char* pubDate
char* lastBuildDate
char* docs
char* managingeditor
char* managingeditor_email
char* managingeditor_uri
char* webMaster
int ttl
char* about
char* contributor_email
char* contributor_uri
char* generator_uri
char* generator_version
char* image_url
char* image_logo
char* image_link
uint image_width
uint image_height
char* image_description
char* textinput_description
char* textinput_name
char* textinput_link
char* cloud_domain
int cloud_port
char* cloud_path
char* cloud_registerProcedure
char* cloud_protocol
mrss_hour_t* skipHours
mrss_day_t* skipDays
mrss_category_t* category
mrss_item_t* item
mrss_tag_t* other_tags
void* c_locale
}
Principal data struct. It contains pointers to any other structures.