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
pub mod brightness_event;
pub mod brightness_history;
pub mod brightness_value;
pub mod natural_light_history;

pub use brightness_event::BrightnessEvent;
pub use brightness_history::BrightnessHistory;
pub use brightness_value::Brightness;
pub use natural_light_history::NaturalLightHistory;