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
11
12
13
14
15
pub mod app_event;
pub mod book;
pub mod bookmark;
pub mod brightness;
pub mod correlated;
pub mod dictionary;
pub mod session;

pub use app_event::*;
pub use book::*;
pub use bookmark::*;
pub use brightness::*;
pub use correlated::*;
pub use dictionary::*;
pub use session::*;