readstor 0.6.0

A CLI for Apple Books annotations
Documentation
1
2
3
4
5
6
7
8
//! Defines types for representing Apple Books' data.

pub mod annotation;
pub mod book;
pub mod datetime;
pub mod dummy;
pub mod entry;
pub mod epubcfi;