readstor 0.6.0

A CLI for Apple Books annotations
Documentation
1
2
3
4
5
6
7
8
//! Defines types for parsing and rendering templates.

pub mod defaults;
pub mod engine;
pub mod names;
pub mod renderer;
pub mod template;
pub mod utils;