readstor 0.6.0

A CLI for Apple Books annotations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Defines types used for interacting with Apple Books.

pub mod applebooks;
pub mod backup;
pub mod contexts;
pub mod defaults;
pub mod export;
pub mod filter;
pub mod models;
pub mod process;
pub mod render;
pub mod result;
pub mod strings;
pub mod utils;