rama-http 0.3.0-rc1

rama http layers, services and other utilities
1
2
3
4
5
6
7
//! `content:encoded` extension (<http://purl.org/rss/1.0/modules/content/>).

/// `content:encoded` extension — carries full HTML/XHTML body for a feed item.
#[derive(Debug, Clone, Default, PartialEq)]
pub struct Content {
    pub encoded: Option<String>,
}