feed-parser 1.0.12

A simple RSS/Atom feed parser
Documentation
1
2
3
4
5
6
7
8
9
use quick_xml::de::from_str;

#[cfg(test)]
mod tests {
    use super::*;

    #[test]
    fn parse_test_atom() {}
}