verso-reader 0.1.0

A terminal EPUB reader with vim navigation, a Kindle-style library, and Markdown highlight export
Documentation
1
2
3
4
5
6
7
8
9
pub mod anchor;
pub mod book;
pub mod cache;
pub mod linebreak;
pub mod page;
pub mod plaintext;
pub mod sanitize;
pub mod search;
pub mod styled;