kobo-db-tools 0.0.13

A Rust library to parse and analyze Kobo e-reader SQLite databases.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod db;
pub mod export;
pub mod model;
pub mod parser;
pub mod statistics;

pub use db::*;
pub use model::*;
pub use parser::{EventAnalysis, ParseError, ParseOption, Parser};
pub use statistics::*;