parse-blogger-backup-xml 0.1.3

Parse a blogger backup.xml file into posts with comments.
Documentation
1
2
3
4
5
6
7
8
9
pub mod errors;
pub mod models;
pub mod parse_backup;
pub mod utilities;
pub mod xml_tools;

pub use models::Comment;
pub use models::Post;
pub use parse_backup::get_posts;