the-book-tui 0.1.11

A TUI application to load, read, and search The Rust Book.
the-book-tui-0.1.11 is not a library.

Crates.io

A simple TUI application to read The Rust Book. Currently does not render markdown.

Using

The book will be downloaded into $HOME/.the-book-tui/book when first ran.

<C-u>: Scroll content up

<C-d>: Scroll content down

<C-j>: Select next topic

<C-k>: Select previous topic

<C-e>: Exit

Type to search.

Installation

cargo install the-book-tui

or build from source.