[go: up one dir, main page]

1
2
3
4
5
6
7
//! EPUB library
//! lib to read and navigate throught an epub file contents

pub mod archive;
pub mod doc;

mod xmlutils;